Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enable Code Origin with Dynamic instrumentation
When Di is enabled we are automatically starting the Code  Origin
for Spans product
  • Loading branch information
jpbempel committed Jun 24, 2025
commit 3703fb80c5a91610d332649a4bb20a85a337a932
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public static synchronized void run(Instrumentation inst, SharedCommunicationObj
}
if (config.isDynamicInstrumentationEnabled()) {
startDynamicInstrumentation();
startCodeOriginForSpans();
Comment thread
AlexeyKuznetsov-DD marked this conversation as resolved.
if (config.getDynamicInstrumentationInstrumentTheWorld() != null) {
setupInstrumentTheWorldTransformer(config, instrumentation, sink);
}
Expand Down