You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/internal/internal-eclipse-osgi-3.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/osgi/EclipseOsgiInstrumentation.java
+6-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@
23
23
*
24
24
* <p>Any side-effect of the ClassLoaderMatcher's call to ClassLoader.getResource() is generally
25
25
* undesirable, and so this instrumentation patches the behavior and suppresses the "dynamic import"
26
-
* of the missing package/bundle when the call is originating from ClassLoaderMatcher..
26
+
* of the missing package/bundle when the call is originating from ClassLoaderMatcher, unless the
27
+
* request is for a package for which we explicitly allow the dynamic imports.
0 commit comments