Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps io.sentry:sentry-jul from 8.24.0 to 8.25.0.

Release notes

Sourced from io.sentry:sentry-jul'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-jul'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 compatibility score

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 [io.sentry:sentry-jul](https://github.com/getsentry/sentry-java) 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-jul
  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 Pull requests that update a dependency file java Pull requests that update java code labels Oct 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 30, 2025 03:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 30, 2025
@melloware melloware merged commit 5ad0db6 into main Oct 30, 2025
1 check passed
@melloware melloware deleted the dependabot/maven/io.sentry-sentry-jul-8.25.0 branch October 30, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants