Skip to content

Commit

Permalink
Add warning to discourage disabling shadow renaming (open-telemetry#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored and Alex Kats committed Nov 21, 2024
1 parent 8b3f030 commit 99d142b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
disableShadowRelocate=true
```

WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make
tests pass when they really should be failing. Use with caution and be prepared for unexpected
behavior.

## Missing GraalVM hints

Enable the GraalVM tracing agent:
Expand Down

0 comments on commit 99d142b

Please sign in to comment.