Skip to content

Bump the github-dependencies group with 2 updates#356

Merged
smcvb merged 1 commit intomainfrom
dependabot/gradle/github-dependencies-1e70eaf12b
Mar 16, 2026
Merged

Bump the github-dependencies group with 2 updates#356
smcvb merged 1 commit intomainfrom
dependabot/gradle/github-dependencies-1e70eaf12b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps the github-dependencies group with 2 updates: io.sentry:sentry and org.jetbrains.intellij.platform.

Updates io.sentry:sentry from 8.34.1 to 8.35.0

Release notes

Sourced from io.sentry:sentry's releases.

8.35.0

Fixes

  • Android: Remove the dependency on protobuf-lite for tombstones (#5157)

Features

  • Add new experimental option to capture profiles for ANRs (#4899)
    • This feature will capture a stack profile of the main thread when it gets unresponsive
    • The profile gets attached to the ANR event on the next app start, providing a flamegraph of the ANR issue on the sentry issue details page
    • Enable via options.setAnrProfilingSampleRate(<sample-rate>) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.profiling.sample-rate" android:value="[0.0-1.0]" />
    • The sample rate controls the probability of collecting a profile for each detected foreground ANR (0.0 to 1.0, null to disable)

Behavioral Changes

  • Add enableAnrFingerprinting option which assigns static fingerprints to ANR events with system-only stacktraces
    • When enabled, ANRs whose stacktraces contain only system frames (e.g. java.lang or android.os) are grouped into a single issue instead of creating many separate issues
    • This will help to reduce overall ANR issue noise in the Sentry dashboard
    • IMPORTANT: This option is enabled by default.
    • Disable via options.setEnableAnrFingerprinting(false) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />
Changelog

Sourced from io.sentry:sentry's changelog.

8.35.0

Fixes

  • Android: Remove the dependency on protobuf-lite for tombstones (#5157)

Features

  • Add new experimental option to capture profiles for ANRs (#4899)
    • This feature will capture a stack profile of the main thread when it gets unresponsive
    • The profile gets attached to the ANR event on the next app start, providing a flamegraph of the ANR issue on the sentry issue details page
    • Enable via options.setAnrProfilingSampleRate(<sample-rate>) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.profiling.sample-rate" android:value="[0.0-1.0]" />
    • The sample rate controls the probability of collecting a profile for each detected foreground ANR (0.0 to 1.0, null to disable)

Behavioral Changes

  • Add enableAnrFingerprinting option which assigns static fingerprints to ANR events with system-only stacktraces
    • When enabled, ANRs whose stacktraces contain only system frames (e.g. java.lang or android.os) are grouped into a single issue instead of creating many separate issues
    • This will help to reduce overall ANR issue noise in the Sentry dashboard
    • IMPORTANT: This option is enabled by default.
    • Disable via options.setEnableAnrFingerprinting(false) or AndroidManifest.xml: <meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />
Commits
  • 7f68594 release: 8.35.0
  • 8733a06 Refine Changelog for enableAnrFingerprinting option (#5188)
  • 092f017 Fix Changelog (#5187)
  • 9770665 ref(docs): Avoid shell redirects in PR workflow docs (#5180)
  • d6f6aaa chore: Use GitHub native PR references in stack list format (#5166)
  • ee611d9 feat(samples): [Global Attributes 6] Showcase scope attributes in all sample ...
  • b1045ed docs: Improve stacked PR workflow for collection branch and merge method (#5178)
  • 6a6b6c6 docs: Add collection branch safety warnings to PR workflow (#5176)
  • 08ffa5a fix: remove the dependency on protobuf-lite for tombstones (#5157)
  • dde4bad meta(gh): Remove myself from CODEOWNERS (#5177)
  • Additional commits viewable in compare view

Updates org.jetbrains.intellij.platform from 2.12.0 to 2.13.1

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-dependencies group with 2 updates: [io.sentry:sentry](https://github.com/getsentry/sentry-java) and org.jetbrains.intellij.platform.


Updates `io.sentry:sentry` from 8.34.1 to 8.35.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.34.1...8.35.0)

Updates `org.jetbrains.intellij.platform` from 2.12.0 to 2.13.1

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-version: 8.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: org.jetbrains.intellij.platform
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 01:52
@dependabot dependabot bot requested review from MateuszNaKodach, abuijze and hatzlj and removed request for a team March 15, 2026 01:52
@smcvb smcvb self-assigned this Mar 16, 2026
@smcvb smcvb added this to the Release 0.10.1 milestone Mar 16, 2026
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit 5ddfe98 into main Mar 16, 2026
4 checks passed
@smcvb smcvb deleted the dependabot/gradle/github-dependencies-1e70eaf12b branch March 16, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant