Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@kanderson250 kanderson250 released this 31 Oct 21:34
· 24 commits to main since this release
394fe37

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
  • 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

Full Changelog: v3.0.0...v3.1.0