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 50a8998 commit f449b91Copy full SHA for f449b91
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