We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad344d commit dfe2b6dCopy full SHA for dfe2b6d
dd-java-agent/agent-tooling/src/main/java/datadog/trace/agent/tooling/HelperInjector.java
@@ -139,8 +139,11 @@ public DynamicType.Builder<?> transform(
139
140
} catch (final Exception e) {
141
if (log.isErrorEnabled()) {
142
+ // requestingName is concatenated to ensure it is sent to telemetry
143
log.error(
- "Failed to inject helper classes - instrumentation.class={} instrumentation.target.classloader={} instrumentation.target.class={}",
144
+ "Failed to inject helper classes - instrumentation.class="
145
+ + requestingName
146
+ + " instrumentation.target.classloader={} instrumentation.target.class={}",
147
requestingName,
148
classLoader,
149
typeDescription,
0 commit comments