Skip to content

Commit

Permalink
chore(deps): bump io.sentry:sentry-android from 7.4.0 to 7.6.0 (#694)
Browse files Browse the repository at this point in the history
Bumps
[io.sentry:sentry-android](https://github.com/getsentry/sentry-java)
from 7.4.0 to 7.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-android's
releases</a>.</em></p>
<blockquote>
<h2>7.6.0</h2>
<h3>Features</h3>
<ul>
<li>Experimental: Add support for Sentry Developer Metrics (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3205">#3205</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3238">#3238</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3248">#3248</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3250">#3250</a>)<br
/>
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:
<pre lang="kotlin"><code>Sentry.metrics()
  .increment(
      &quot;button_login_click&quot;, // key
      1.0,                  // value
      null,                 // unit
      mapOf(                // tags
          &quot;provider&quot; to &quot;e-mail&quot;
      )
  )
</code></pre>
To learn more about Sentry Developer Metrics, head over to our <a
href="https://docs.sentry.io/platforms/java/metrics/">Java</a> and <a
href="https://docs.sentry.io//platforms/android/metrics/">Android</a>
docs page.</li>
</ul>
<h2>7.5.0</h2>
<h3>Features</h3>
<ul>
<li>Add support for measurements at span level (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3219">#3219</a>)</li>
<li>Add <code>enableScopePersistence</code> option to disable
<code>PersistingScopeObserver</code> used for ANR reporting which may
increase performance overhead. Defaults to <code>true</code> (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3218">#3218</a>)
<ul>
<li>When disabled, the SDK will not enrich ANRv2 events with scope data
(e.g. breadcrumbs, user, tags, etc.)</li>
</ul>
</li>
<li>Configurable defaults for Cron - MonitorConfig (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3195">#3195</a>)</li>
<li>We now display a warning on startup if an incompatible version of
Spring Boot is detected (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3233">#3233</a>)
<ul>
<li>This should help notice a mismatching Sentry dependency, especially
when upgrading a Spring Boot application</li>
</ul>
</li>
<li>Experimental: Add Metrics API (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3205">#3205</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Ensure performance measurement collection is not taken too
frequently (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3221">#3221</a>)</li>
<li>Fix old profiles deletion on SDK init (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3216">#3216</a>)</li>
<li>Fix hub restore point in wrappers: SentryWrapper,
SentryTaskDecorator and SentryScheduleHook (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3225">#3225</a>)
<ul>
<li>We now reset the hub to its previous value on the thread where the
<code>Runnable</code>/<code>Callable</code>/<code>Supplier</code> is
executed instead of setting it to the hub that was used on the thread
where the
<code>Runnable</code>/<code>Callable</code>/<code>Supplier</code> was
created.</li>
</ul>
</li>
<li>Fix add missing thread name/id to app start spans (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3226">#3226</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md">io.sentry:sentry-android's
changelog</a>.</em></p>
<blockquote>
<h2>7.6.0</h2>
<h3>Features</h3>
<ul>
<li>Experimental: Add support for Sentry Developer Metrics (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3205">#3205</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3238">#3238</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3248">#3248</a>,
<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3250">#3250</a>)<br
/>
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:
<pre lang="kotlin"><code>Sentry.metrics()
  .increment(
      &quot;button_login_click&quot;, // key
      1.0,                  // value
      null,                 // unit
      mapOf(                // tags
          &quot;provider&quot; to &quot;e-mail&quot;
      )
  )
</code></pre>
To learn more about Sentry Developer Metrics, head over to our <a
href="https://docs.sentry.io/platforms/java/metrics/">Java</a> and <a
href="https://docs.sentry.io//platforms/android/metrics/">Android</a>
docs page.</li>
</ul>
<h2>7.5.0</h2>
<h3>Features</h3>
<ul>
<li>Add support for measurements at span level (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3219">#3219</a>)</li>
<li>Add <code>enableScopePersistence</code> option to disable
<code>PersistingScopeObserver</code> used for ANR reporting which may
increase performance overhead. Defaults to <code>true</code> (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3218">#3218</a>)
<ul>
<li>When disabled, the SDK will not enrich ANRv2 events with scope data
(e.g. breadcrumbs, user, tags, etc.)</li>
</ul>
</li>
<li>Configurable defaults for Cron - MonitorConfig (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3195">#3195</a>)</li>
<li>We now display a warning on startup if an incompatible version of
Spring Boot is detected (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3233">#3233</a>)
<ul>
<li>This should help notice a mismatching Sentry dependency, especially
when upgrading a Spring Boot application</li>
</ul>
</li>
<li>Experimental: Add Metrics API (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3205">#3205</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Ensure performance measurement collection is not taken too
frequently (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3221">#3221</a>)</li>
<li>Fix old profiles deletion on SDK init (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3216">#3216</a>)</li>
<li>Fix hub restore point in wrappers: SentryWrapper,
SentryTaskDecorator and SentryScheduleHook (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3225">#3225</a>)
<ul>
<li>We now reset the hub to its previous value on the thread where the
<code>Runnable</code>/<code>Callable</code>/<code>Supplier</code> is
executed instead of setting it to the hub that was used on the thread
where the
<code>Runnable</code>/<code>Callable</code>/<code>Supplier</code> was
created.</li>
</ul>
</li>
<li>Fix add missing thread name/id to app start spans (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3226">#3226</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-java/commit/5e9e7db58b2b3bdebfe39bae91d7a09fa3890f8d"><code>5e9e7db</code></a>
release: 7.6.0</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/2b9d4cae27d4bac60f73aaa847d414d2cf2d55e0"><code>2b9d4ca</code></a>
Fix release pipeline being unable to fetch tags (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3255">#3255</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/e492f4bdd0144b7caa8fddb074943b0bbd403b9f"><code>e492f4b</code></a>
Unify Metrics changelog entry (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3251">#3251</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/8282f8a09dcb1f4e575450dd26b1aaf190213bf7"><code>8282f8a</code></a>
Add before_emit_metric callback to options (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3250">#3250</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/f4f39c79cf1314b8b737943e032934899a46c9a6"><code>f4f39c7</code></a>
Add support for span creating mode in metrics.timing API (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3248">#3248</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/e37359d23ad34eab739c1d5e8718d466bffe6d9a"><code>e37359d</code></a>
Aggregate metrics for spans (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3238">#3238</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/02729df4084e72d74eb227914719618fb90720a5"><code>02729df</code></a>
Improve CI speed (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3245">#3245</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/1e05e43aac4e7f22213e0ec71fa5a89a74588c91"><code>1e05e43</code></a>
Update min-sdk version for Android (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3243">#3243</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/8c08ad9170b5549ddbc469a5c9ee6804aa6577a5"><code>8c08ad9</code></a>
Merge branch 'release/7.5.0'</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/c2b79e4ef6bc7a32dc5fd83c980a547b87e5498b"><code>c2b79e4</code></a>
release: 7.5.0</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-java/compare/7.4.0...7.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.sentry:sentry-android&package-manager=gradle&previous-version=7.4.0&new-version=7.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent 1ad049f commit f2309d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mockitoCore = "5.11.0"
mockitoInline = "5.2.0"
robolectric = "4.11.1"
fastlaneScreengrab = "2.1.1"
sentryAndroid = "7.4.0"
sentryAndroid = "7.6.0"
xanscaleLocalhostToolkit = "19.05.01"
commonsIo = "2.15.1"
jacoco = "0.8.7"
Expand Down

0 comments on commit f2309d2

Please sign in to comment.