Build(deps): Bump io.sentry:sentry-android from 7.5.0 to 7.6.0
Bumps io.sentry:sentry-android from 7.5.0 to 7.6.0.
Release notes
Sourced from io.sentry:sentry-android's releases.
7.6.0
Features
- Experimental: Add support for Sentry Developer Metrics (#3205, #3238, #3248, #3250)
Use the Metrics API to track processing time, download sizes, user signups, and conversion rates and correlate them back to tracing data in order to get deeper insights and solve issues faster. Our API supports counters, distributions, sets, gauges and timers, and it's easy to get started:To learn more about Sentry Developer Metrics, head over to our Java and Android docs page.Sentry.metrics() .increment( "button_login_click", // key 1.0, // value null, // unit mapOf( // tags "provider" to "e-mail" ) )
Changelog
Sourced from io.sentry:sentry-android's changelog.
7.6.0
Features
- Experimental: Add support for Sentry Developer Metrics (#3205, #3238, #3248, #3250)
Use the Metrics API to track processing time, download sizes, user signups, and conversion rates and correlate them back to tracing data in order to get deeper insights and solve issues faster. Our API supports counters, distributions, sets, gauges and timers, and it's easy to get started:To learn more about Sentry Developer Metrics, head over to our Java and Android docs page.Sentry.metrics() .increment( "button_login_click", // key 1.0, // value null, // unit mapOf( // tags "provider" to "e-mail" ) )
Commits
-
5e9e7db
release: 7.6.0 -
2b9d4ca
Fix release pipeline being unable to fetch tags (#3255) -
e492f4b
Unify Metrics changelog entry (#3251) -
8282f8a
Add before_emit_metric callback to options (#3250) -
f4f39c7
Add support for span creating mode in metrics.timing API (#3248) -
e37359d
Aggregate metrics for spans (#3238) -
02729df
Improve CI speed (#3245) -
1e05e43
Update min-sdk version for Android (#3243) -
8c08ad9
Merge branch 'release/7.5.0' - See full diff 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