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 59b3ce8 commit c0b1070Copy full SHA for c0b1070
instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/utils/FileManager.java
@@ -69,7 +69,7 @@ public static boolean isValidInstrumentationPath(String filePath) {
69
}
70
71
if (filePath.matches(
72
- ".*(/test/|/testing|/build/|-common/|-common-|common-|-testing|bootstrap/src).*")) {
+ ".*(/test/|/testing|/build/|-common/|-common-|common-|/compile-stub/|-testing|bootstrap/src).*")) {
73
return false;
74
75
0 commit comments