Skip to content

Commit

Permalink
chore(deps): bump io.sentry:sentry-android from 7.8.0 to 7.9.0 (#731)
Browse files Browse the repository at this point in the history
Bumps
[io.sentry:sentry-android](https://github.com/getsentry/sentry-java)
from 7.8.0 to 7.9.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.9.0</h2>
<h3>Features</h3>
<ul>
<li>Add start_type to app context (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3379">#3379</a>)</li>
<li>Add ttid/ttfd contribution flags (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3386">#3386</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>(Internal) Metrics code cleanup (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3403">#3403</a>)</li>
<li>Fix Frame measurements in app start transactions (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3382">#3382</a>)</li>
<li>Fix timing metric value different from span duration (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3368">#3368</a>)</li>
<li>Do not always write startup crash marker (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3409">#3409</a>)
<ul>
<li>This may have been causing the SDK init logic to block the main
thread</li>
</ul>
</li>
</ul>
<h2>7.9.0-alpha.1</h2>
<ul>
<li>Session Replay for Android (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3339">#3339</a>)</li>
</ul>
<p>We released our second Alpha version of the SDK with support. To get
access, it requires adding your Sentry org to our feature flag. Please
let us know on the <a
href="https://sentry.io/lp/mobile-replay-beta/">waitlist</a> if you're
interested</p>
<h3>Features</h3>
<ul>
<li>Add start_type to app context (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3379">#3379</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix Frame measurements in app start transactions (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3382">#3382</a>)</li>
<li>Fix timing metric value different from span duration (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3368">#3368</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.9.0</h2>
<h3>Features</h3>
<ul>
<li>Add start_type to app context (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3379">#3379</a>)</li>
<li>Add ttid/ttfd contribution flags (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3386">#3386</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>(Internal) Metrics code cleanup (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3403">#3403</a>)</li>
<li>Fix Frame measurements in app start transactions (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3382">#3382</a>)</li>
<li>Fix timing metric value different from span duration (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3368">#3368</a>)</li>
<li>Do not always write startup crash marker (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3409">#3409</a>)
<ul>
<li>This may have been causing the SDK init logic to block the main
thread</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-java/commit/1576a7741a2eba338be820de4b6ca54adb636371"><code>1576a77</code></a>
release: 7.9.0</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/d83be503a6718baed2fbb54c029dc9f3e878ef27"><code>d83be50</code></a>
Do not always write startup crash marker (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3409">#3409</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/ef1c11ba48022070626118dbf85e4a73fadc48a9"><code>ef1c11b</code></a>
reverted app start span timestamp to SentryLongDate (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3410">#3410</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/8d236f4091e1c1ed890ebfd78e58f6746487cd0e"><code>8d236f4</code></a>
Metrics clean (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3403">#3403</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/80450234a1a2f8b222adefa32257e120c93efbef"><code>8045023</code></a>
Add ttid/ttfd contribution flags (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3386">#3386</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/201048a0cf146f24a001d1c7997aae2ef84b23c3"><code>201048a</code></a>
date range to license - 2019-2024 (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3397">#3397</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/a33b07683d6fe58c9eae5c68dae508d1565b4561"><code>a33b076</code></a>
Fix Frame measurements in app start transactions (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3382">#3382</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/0156268df028b6dc5f707a36a9baad0493fa9ca6"><code>0156268</code></a>
Add start_type to app context (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3379">#3379</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/61981dc1039b766300d6e38e82ccacb439387cb7"><code>61981dc</code></a>
Fix timing metric value different from span duration (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3368">#3368</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/7b7964f423f45db68b01e66b1b6ce08dacb3e7b6"><code>7b7964f</code></a>
Merge branch 'release/7.8.0'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-java/compare/7.8.0...7.9.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.8.0&new-version=7.9.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 25ba77f commit a15f290
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.12.0"
mockitoInline = "5.2.0"
robolectric = "4.12.1"
fastlaneScreengrab = "2.1.1"
sentryAndroid = "7.8.0"
sentryAndroid = "7.9.0"
xanscaleLocalhostToolkit = "19.05.01"
commonsIo = "2.16.1"
jacoco = "0.8.7"
Expand Down

0 comments on commit a15f290

Please sign in to comment.