mslalith / focus_launcher

A minimalist Android Launcher built with Jetpack Compose.
https://play.google.com/store/apps/details?id=dev.mslalith.focuslauncher
GNU General Public License v3.0
166 stars 12 forks source link

fix(deps): update dependency io.sentry:sentry-bom to v7.6.0 #418

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-bom 7.5.0 -> 7.6.0 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry-bom) ### [`v7.6.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#760) [Compare Source](https://togithub.com/getsentry/sentry-java/compare/7.5.0...7.6.0) ##### Features - Experimental: Add support for Sentry Developer Metrics ([#​3205](https://togithub.com/getsentry/sentry-java/pull/3205), [#​3238](https://togithub.com/getsentry/sentry-java/pull/3238), [#​3248](https://togithub.com/getsentry/sentry-java/pull/3248), [#​3250](https://togithub.com/getsentry/sentry-java/pull/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: ```kotlin Sentry.metrics() .increment( "button_login_click", // key 1.0, // value null, // unit mapOf( // tags "provider" to "e-mail" ) ) ``` To learn more about Sentry Developer Metrics, head over to our [Java](https://docs.sentry.io/platforms/java/metrics/) and [Android](https://docs.sentry.io//platforms/android/metrics/) docs page.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.