Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps sentry from 8.24.0 to 8.25.0.
Updates io.sentry:sentry-log4j2 from 8.24.0 to 8.25.0

Release notes

Sourced from io.sentry:sentry-log4j2's releases.

8.25.0

Fixes

  • [ANR] Removed AndroidTransactionProfiler lock (#4817)
  • Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
    • This avoids infinite data collection for never stopped transactions, leading to OOMs
  • Fix wrong .super() call in SentryTimberTree (#4844)

Improvements

  • [ANR] Defer some class availability checks (#4825)
  • Collect PerformanceCollectionData only for sampled transactions (#4834)
    • Breaking change: Transactions with a deferred sampling decision (sampled == null) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).

Dependencies

Changelog

Sourced from io.sentry:sentry-log4j2's changelog.

8.25.0

Fixes

  • [ANR] Removed AndroidTransactionProfiler lock (#4817)
  • Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
    • This avoids infinite data collection for never stopped transactions, leading to OOMs
  • Fix wrong .super() call in SentryTimberTree (#4844)

Improvements

  • [ANR] Defer some class availability checks (#4825)
  • Collect PerformanceCollectionData only for sampled transactions (#4834)
    • Breaking change: Transactions with a deferred sampling decision (sampled == null) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).

Dependencies

Commits
  • d9e4e70 release: 8.25.0
  • a1ddfed Collect PerformanceCollectionData only in sampled transactions (#4834)
  • e70d6d4 Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
  • 8c7e8d9 fix(timber): wrong .super() call in SentryTimberTree (#4844)
  • 539ca63 [ANR] Defer some class availability checks (#4825)
  • 725987d [ANR] Reduced AndroidTransactionProfiler lock (#4817)
  • 1f3a214 build(deps): bump actions/upload-artifact from 4 to 5 (#4837)
  • 4ca593e build(deps): bump github/codeql-action from 4.30.8 to 4.31.0 (#4839)
  • 9514d31 chore: update scripts/update-sentry-native-ndk.sh to 0.11.3 (#4810)
  • 69b1821 build(deps): bump actions/download-artifact from 5 to 6 (#4838)
  • Additional commits viewable in compare view

Updates io.sentry:sentry-spring-boot-4-starter from 8.24.0 to 8.25.0

Release notes

Sourced from io.sentry:sentry-spring-boot-4-starter's releases.

8.25.0

Fixes

  • [ANR] Removed AndroidTransactionProfiler lock (#4817)
  • Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
    • This avoids infinite data collection for never stopped transactions, leading to OOMs
  • Fix wrong .super() call in SentryTimberTree (#4844)

Improvements

  • [ANR] Defer some class availability checks (#4825)
  • Collect PerformanceCollectionData only for sampled transactions (#4834)
    • Breaking change: Transactions with a deferred sampling decision (sampled == null) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).

Dependencies

Changelog

Sourced from io.sentry:sentry-spring-boot-4-starter's changelog.

8.25.0

Fixes

  • [ANR] Removed AndroidTransactionProfiler lock (#4817)
  • Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
    • This avoids infinite data collection for never stopped transactions, leading to OOMs
  • Fix wrong .super() call in SentryTimberTree (#4844)

Improvements

  • [ANR] Defer some class availability checks (#4825)
  • Collect PerformanceCollectionData only for sampled transactions (#4834)
    • Breaking change: Transactions with a deferred sampling decision (sampled == null) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).

Dependencies

Commits
  • d9e4e70 release: 8.25.0
  • a1ddfed Collect PerformanceCollectionData only in sampled transactions (#4834)
  • e70d6d4 Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (#4841)
  • 8c7e8d9 fix(timber): wrong .super() call in SentryTimberTree (#4844)
  • 539ca63 [ANR] Defer some class availability checks (#4825)
  • 725987d [ANR] Reduced AndroidTransactionProfiler lock (#4817)
  • 1f3a214 build(deps): bump actions/upload-artifact from 4 to 5 (#4837)
  • 4ca593e build(deps): bump github/codeql-action from 4.30.8 to 4.31.0 (#4839)
  • 9514d31 chore: update scripts/update-sentry-native-ndk.sh to 0.11.3 (#4810)
  • 69b1821 build(deps): bump actions/download-artifact from 5 to 6 (#4838)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `sentry` from 8.24.0 to 8.25.0.

Updates `io.sentry:sentry-log4j2` from 8.24.0 to 8.25.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@8.24.0...8.25.0)

Updates `io.sentry:sentry-spring-boot-4-starter` from 8.24.0 to 8.25.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@8.24.0...8.25.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-log4j2
  dependency-version: 8.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.sentry:sentry-spring-boot-4-starter
  dependency-version: 8.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies java Pull requests that update Java code labels Oct 30, 2025
@apereocas-bot apereocas-bot added this to the 8.0.0-RC1 milestone Oct 30, 2025
@apereocas-bot apereocas-bot added Bot Operations carried out by automated bots, such as RenovateBot, etc Gradle Build & Release Renovate Monitoring labels Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot Operations carried out by automated bots, such as RenovateBot, etc Dependencies Gradle Build & Release java Pull requests that update Java code Monitoring Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants