Skip to content

Commit 1c9b54f

Browse files
authored
remove the restriction on instrumenting classes in com.newrelic (#525)
1 parent 5e9e253 commit 1c9b54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent-tooling/src/main/java/io/opentelemetry/auto/tooling/matcher/GlobalIgnoresMatcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public boolean matches(final T target) {
6868
|| name.startsWith("org.aspectj.")
6969
|| name.startsWith("com.intellij.rt.debugger.")
7070
|| name.startsWith("com.p6spy.")
71-
|| name.startsWith("com.newrelic.")
7271
|| name.startsWith("com.dynatrace.")
7372
|| name.startsWith("com.jloadtrace.")
7473
|| name.startsWith("com.appdynamics.")

0 commit comments

Comments
 (0)