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 c25ec23 commit cf3b6d8Copy full SHA for cf3b6d8
src/interceptors/jvm.ts
@@ -82,7 +82,7 @@ export class JvmInterceptor implements Interceptor {
82
})
83
.filter((target) =>
84
// Exclude our own attacher and/or list-target queries from this list
85
- !target.name.includes(`-jar ${OVERRIDE_JAVA_AGENT}`)
+ !target.name.includes(OVERRIDE_JAVA_AGENT)
86
);
87
88
return {
0 commit comments