Version 3.1.0
What's Changed
- Exception Stack Traces
- Capture the full (nested) stack trace for exceptions.
- Add configuration option to allow unlimited stack trace size, by setting the maximum stack trace option to
0
.- This can be configured via
- System property:
-Dnewrelic.log_extension.max_stack_size=0
- Environment variable:
NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=0
- System property:
- This can be configured via
- Logback MDC (Mapped Diagnostic Context)
- Fix bug where MDC values were not retained when using the extension with Logback v1.4.8 and higher.
New Contributors
- @jtduffy made their first contribution in #77
- @kanderson250 made their first contribution in #79
- @deleonenriqueta made their first contribution in #80
Full Changelog: v3.0.0...v3.1.0