Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps modules/sentry-java from 8.15.0 to 8.16.0.

Auto-generated by a dependency updater.

Changelog

8.16.0

Features

  • Send JUL logs to Sentry as logs (#4518)
    • You need to enable the logs feature, either in sentry.properties:
      logs.enabled=true
    • Or, if you manually initialize Sentry, you may also enable logs on Sentry.init:
      Sentry.init(options -> {
        ...
        options.getLogs().setEnabled(true);
      });
    • It is also possible to set the minimumLevel in logging.properties, meaning any log message >= the configured level will be sent to Sentry and show up under Logs:
      io.sentry.jul.SentryHandler.minimumLevel=CONFIG
  • Send Log4j2 logs to Sentry as logs (#4517)
    • You need to enable the logs feature either in sentry.properties:
      logs.enabled=true
    • If you manually initialize Sentry, you may also enable logs on Sentry.init:
      Sentry.init(options -> {
        ...
        options.getLogs().setEnabled(true);
      });
    • It is also possible to set the minimumLevel in log4j2.xml, meaning any log message >= the configured level will be sent to Sentry and show up under Logs:
      <Sentry name="Sentry"
          dsn="your DSN"
          minimumBreadcrumbLevel="DEBUG"
          minimumEventLevel="WARN"
          minimumLevel="DEBUG"
      />

8.15.1

Fixes

  • Enabling Sentry Logs through Logback in Spring Boot config did not work in 3.15.0 (#4523)

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.16.0 branch from 3ab8993 to 74edcc4 Compare June 28, 2025 03:20
@bitsandfoxes bitsandfoxes enabled auto-merge (squash) June 30, 2025 14:56
@bitsandfoxes bitsandfoxes merged commit f770e6c into main Jun 30, 2025
140 of 142 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.16.0 branch June 30, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants