elastic / elastic/apm-agent-java
Implement net.bytebuddy.asm.Advice.ExceptionHandler to log exceptions in agent log
Offen
diagnostics
logging
technical-debt
- Vorherrschende Sprache
- Java
- Sterne
- 594
- Forks
- 338
- Ø Merge
- 1 T. 13 Std.
- Gemergte PRs (30 T.)
- 25
Beschreibung
Currently, we are using `net.bytebuddy.asm.Advice.ExceptionHandler.Default#PRINTING` which means the exceptions may not be in the agent logs. We should create a custom `net.bytebuddy.asm.Advice.ExceptionHandler` which logs the exception with the agent logger.
If possible make that generic enough so that we can contribute that to Byte Buddy
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.