dhatim / dropwizard-sentry

Dropwizard integration for error logging to Sentry.
Apache License 2.0
9 stars 9 forks source link

Update dependency io.sentry:sentry to v7.6.0 #147

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

getsentry/sentry-java (io.sentry:sentry) ### [`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: Enabled.

â™» 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.