Build(deps): Bump io.sentry:sentry-android from 7.4.0 to 7.5.0
Bumps io.sentry:sentry-android from 7.4.0 to 7.5.0.
Release notes
Sourced from io.sentry:sentry-android's releases.
7.5.0
Features
- Add support for measurements at span level (#3219)
- Add
enableScopePersistence
option to disablePersistingScopeObserver
used for ANR reporting which may increase performance overhead. Defaults totrue
(#3218)
- When disabled, the SDK will not enrich ANRv2 events with scope data (e.g. breadcrumbs, user, tags, etc.)
- Configurable defaults for Cron - MonitorConfig (#3195)
- We now display a warning on startup if an incompatible version of Spring Boot is detected (#3233)
- This should help notice a mismatching Sentry dependency, especially when upgrading a Spring Boot application
- Experimental: Add Metrics API (#3205)
Fixes
- Ensure performance measurement collection is not taken too frequently (#3221)
- Fix old profiles deletion on SDK init (#3216)
- Fix hub restore point in wrappers: SentryWrapper, SentryTaskDecorator and SentryScheduleHook (#3225)
- We now reset the hub to its previous value on the thread where the
Runnable
/Callable
/Supplier
is executed instead of setting it to the hub that was used on the thread where theRunnable
/Callable
/Supplier
was created.- Fix add missing thread name/id to app start spans (#3226)
Changelog
Sourced from io.sentry:sentry-android's changelog.
7.5.0
Features
- Add support for measurements at span level (#3219)
- Add
enableScopePersistence
option to disablePersistingScopeObserver
used for ANR reporting which may increase performance overhead. Defaults totrue
(#3218)
- When disabled, the SDK will not enrich ANRv2 events with scope data (e.g. breadcrumbs, user, tags, etc.)
- Configurable defaults for Cron - MonitorConfig (#3195)
- We now display a warning on startup if an incompatible version of Spring Boot is detected (#3233)
- This should help notice a mismatching Sentry dependency, especially when upgrading a Spring Boot application
- Experimental: Add Metrics API (#3205)
Fixes
- Ensure performance measurement collection is not taken too frequently (#3221)
- Fix old profiles deletion on SDK init (#3216)
- Fix hub restore point in wrappers: SentryWrapper, SentryTaskDecorator and SentryScheduleHook (#3225)
- We now reset the hub to its previous value on the thread where the
Runnable
/Callable
/Supplier
is executed instead of setting it to the hub that was used on the thread where theRunnable
/Callable
/Supplier
was created.- Fix add missing thread name/id to app start spans (#3226)
Commits
-
c2b79e4
release: 7.5.0 -
01eb25d
Update CHANGELOG.md (#3239) -
ff8471a
Allow whitespace in metric tag values (#3235) -
c7addb9
Show warning if incompatible spring boot version is detected (#3233) -
a816b3f
Defaults for Cron - MonitorConfig (#3195) -
7275aa8
Add support for measurements at span level (#3219) -
39e3ed7
Add metrics API (#3205) -
9578eab
Fix add missing thread name/id to app start spans (#3226) -
aa91b8f
Fix hub restore in async wrappers (#3225) -
bf82eb3
Ensure performance measurement collection is not taken too frequently (#3221) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts