IdeaPlugin
IdeaPlugin copied to clipboard
Bump io.sentry:sentry from 6.32.0 to 7.2.0
Bumps io.sentry:sentry from 6.32.0 to 7.2.0.
Release notes
Sourced from io.sentry:sentry's releases.
7.2.0
Features
- Handle
monitor/check_inin client reports and rate limiter (#3096)- Add support for
graphql-javaversion 21 (#3090)Fixes
- Avoid concurrency in AndroidProfiler performance data collection (#3130)
- Improve thresholds for network changes breadcrumbs (#3083)
- SchedulerFactoryBeanCustomizer now runs first so user customization is not overridden (#3095)
- If you are setting global job listeners please also add
SentryJobListener- Ensure serialVersionUID of Exception classes are unique (#3115)
- Get rid of "is not eligible for getting processed by all BeanPostProcessors" warnings in Spring Boot (#3108)
- Fix missing
releaseand other fields for ANRs reported withmechanism:AppExitInfo(#3074)Dependencies
- Bump
opentelemetry-sdkto1.33.0andopentelemetry-javaagentto1.32.0(#3112)7.1.0
Features
- Support multiple debug-metadata.properties (#3024)
- Automatically downsample transactions when the system is under load (#3072)
- You can opt into this behaviour by setting
enable-backpressure-handling=true.- We're happy to receive feedback, e.g. in this GitHub issue
- When the system is under load we start reducing the
tracesSampleRateautomatically.- Once the system goes back to healthy, we reset the
tracesSampleRateto its original value.- (Android) Experimental: Provide more detailed cold app start information (#3057)
- Attaches spans for Application, ContentProvider, and Activities to app-start timings
- Uses Process.startUptimeMillis to calculate app-start timings
- To enable this feature set
options.isEnablePerformanceV2 = true- Move slow+frozen frame calculation, as well as frame delay inside SentryFrameMetricsCollector (#3100)
- Extract Activity Breadcrumbs generation into own Integration (#3064)
Fixes
- Send breadcrumbs and client error in
SentryOkHttpEventListenereven without transactions (#3087)- Keep
io.sentry.exception.SentryHttpClientExceptionfrom obfuscation to display proper issue title on Sentry (#3093)- (Android) Fix wrong activity transaction duration in case SDK init is deferred (#3092)
Dependencies
7.0.0
Version 7 of the Sentry Android/Java SDK brings a variety of features and fixes. The most notable changes are:
... (truncated)
Changelog
Sourced from io.sentry:sentry's changelog.
7.2.0
Features
- Handle
monitor/check_inin client reports and rate limiter (#3096)- Add support for
graphql-javaversion 21 (#3090)Fixes
- Avoid concurrency in AndroidProfiler performance data collection (#3130)
- Improve thresholds for network changes breadcrumbs (#3083)
- SchedulerFactoryBeanCustomizer now runs first so user customization is not overridden (#3095)
- If you are setting global job listeners please also add
SentryJobListener- Ensure serialVersionUID of Exception classes are unique (#3115)
- Get rid of "is not eligible for getting processed by all BeanPostProcessors" warnings in Spring Boot (#3108)
- Fix missing
releaseand other fields for ANRs reported withmechanism:AppExitInfo(#3074)Dependencies
- Bump
opentelemetry-sdkto1.33.0andopentelemetry-javaagentto1.32.0(#3112)7.1.0
Features
- Support multiple debug-metadata.properties (#3024)
- Automatically downsample transactions when the system is under load (#3072)
- You can opt into this behaviour by setting
enable-backpressure-handling=true.- We're happy to receive feedback, e.g. in this GitHub issue
- When the system is under load we start reducing the
tracesSampleRateautomatically.- Once the system goes back to healthy, we reset the
tracesSampleRateto its original value.- (Android) Experimental: Provide more detailed cold app start information (#3057)
- Attaches spans for Application, ContentProvider, and Activities to app-start timings
- Application and ContentProvider timings are added using bytecode instrumentation, which requires sentry-android-gradle-plugin version
4.1.0or newer- Uses Process.startUptimeMillis to calculate app-start timings
- To enable this feature set
options.isEnablePerformanceV2 = true- Move slow+frozen frame calculation, as well as frame delay inside SentryFrameMetricsCollector (#3100)
- Extract Activity Breadcrumbs generation into own Integration (#3064)
Fixes
- Send breadcrumbs and client error in
SentryOkHttpEventListenereven without transactions (#3087)- Keep
io.sentry.exception.SentryHttpClientExceptionfrom obfuscation to display proper issue title on Sentry (#3093)- (Android) Fix wrong activity transaction duration in case SDK init is deferred (#3092)
Dependencies
... (truncated)
Commits
f7abca1release: 7.2.03ae645bGraphql Use new asynchandleExceptionmethod (#3090)606074fRename release-build workflow to avoid confusion (#3134)2fe9631Revamp CI setup (#3074)eecfab6Avoid concurrency in AndroidProfiler performance data collection (#3130)baaf637Fix typo (#3124)cfb0344Fix changelog (#3123)937879eFix Ui tests receiving empty requests (#3094)be4794aBump gradle/gradle-build-action from 2.11.0 to 2.11.1 (#3120)8952d0fEnsure serialVersionUID of Exception classes is unique (#3115)- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)