Skip to content

Commit

Permalink
[Tech] Bump @sentry/react from 7.117.0 to 8.32.0 in /frontend (#3718)
Browse files Browse the repository at this point in the history
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript)
from 7.117.0 to 8.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.32.0</h2>
<h3>Important Changes</h3>
<ul>
<li><strong>ref(browser): Move navigation span descriptions into op (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13527">#13527</a>)</strong></li>
</ul>
<p>Moves the description of navigation related browser spans into the
op, e.g. browser - cache -&gt; browser.cache and sets
the description to the performanceEntry objects' names (in this context
it is the URL of the page).</p>
<ul>
<li>
<p><strong>feat(node): Add amqplibIntegration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13714">#13714</a>)</strong></p>
</li>
<li>
<p><strong>feat(nestjs): Add <code>SentryGlobalGenericFilter</code> and
allow specifying application ref in global filter (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13673">#13673</a>)</strong></p>
</li>
</ul>
<p>Adds a <code>SentryGlobalGenericFilter</code> that filters both
graphql and http exceptions depending on the context.</p>
<ul>
<li><strong>feat: Set log level for Fetch/XHR breadcrumbs based on
status code (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13711">#13711</a>)</strong></li>
</ul>
<p>Sets log levels in breadcrumbs for 5xx to error and 4xx to
warning.</p>
<h3>Other Changes</h3>
<ul>
<li>chore(nextjs): Bump rollup to 3.29.5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13761">#13761</a>)</li>
<li>fix(core): Remove <code>sampled</code> flag from dynamic sampling
context in Tracing without Performance mode (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13753">#13753</a>)</li>
<li>fix(node): Ensure node-fetch does not emit spans without tracing (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13765">#13765</a>)</li>
<li>fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent
500 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13748">#13748</a>)</li>
<li>fix(test): Unflake LCP test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13741">#13741</a>)</li>
</ul>
<p>Work in this release was contributed by <a
href="https://github.com/Zen-cronic"><code>@​Zen-cronic</code></a> and
<a href="https://github.com/Sjoertjuh"><code>@​Sjoertjuh</code></a>.
Thank you for your contributions!</p>
<h2>Bundle size 📦</h2>
<table>
<thead>
<tr>
<th>Path</th>
<th>Size</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>@​sentry/browser</code></td>
<td>22.63 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> - with treeshaking flags</td>
<td>21.42 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing)</td>
<td>34.86 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing, Replay)</td>
<td>71.36 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing, Replay) - with
treeshaking flags</td>
<td>61.79 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing, Replay with
Canvas)</td>
<td>75.71 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback)</td>
<td>88.48 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback,
metrics)</td>
<td>90.36 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. metrics)</td>
<td>26.91 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. Feedback)</td>
<td>39.77 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. sendFeedback)</td>
<td>27.29 KB</td>
</tr>
<tr>
<td><code>@​sentry/browser</code> (incl. FeedbackAsync)</td>
<td>32.08 KB</td>
</tr>
<tr>
<td><code>@​sentry/react</code></td>
<td>25.38 KB</td>
</tr>
<tr>
<td><code>@​sentry/react</code> (incl. Tracing)</td>
<td>37.84 KB</td>
</tr>
<tr>
<td><code>@​sentry/vue</code></td>
<td>26.8 KB</td>
</tr>
<tr>
<td><code>@​sentry/vue</code> (incl. Tracing)</td>
<td>36.75 KB</td>
</tr>
<tr>
<td><code>@​sentry/svelte</code></td>
<td>22.76 KB</td>
</tr>
<tr>
<td>CDN Bundle</td>
<td>23.94 KB</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.32.0</h2>
<h3>Important Changes</h3>
<ul>
<li><strong>ref(browser): Move navigation span descriptions into op
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13527">#13527</a>)</strong></li>
</ul>
<p>Moves the description of navigation related browser spans into the
op, e.g. browser - cache -&gt; browser.cache and sets
the description to the performanceEntry objects' names (in this context
it is the URL of the page).</p>
<ul>
<li>
<p><strong>feat(node): Add amqplibIntegration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13714">#13714</a>)</strong></p>
</li>
<li>
<p><strong>feat(nestjs): Add <code>SentryGlobalGenericFilter</code> and
allow specifying application ref in global filter
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13673">#13673</a>)</strong></p>
</li>
</ul>
<p>Adds a <code>SentryGlobalGenericFilter</code> that filters both
graphql and http exceptions depending on the context.</p>
<ul>
<li><strong>feat: Set log level for Fetch/XHR breadcrumbs based on
status code
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13711">#13711</a>)</strong></li>
</ul>
<p>Sets log levels in breadcrumbs for 5xx to error and 4xx to
warning.</p>
<h3>Other Changes</h3>
<ul>
<li>chore(nextjs): Bump rollup to 3.29.5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13761">#13761</a>)</li>
<li>fix(core): Remove <code>sampled</code> flag from dynamic sampling
context in Tracing without Performance mode
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13753">#13753</a>)</li>
<li>fix(node): Ensure node-fetch does not emit spans without tracing
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13765">#13765</a>)</li>
<li>fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent
500
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13748">#13748</a>)</li>
<li>fix(test): Unflake LCP test (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/13741">#13741</a>)</li>
</ul>
<p>Work in this release was contributed by <a
href="https://github.com/Zen-cronic"><code>@​Zen-cronic</code></a> and
<a href="https://github.com/Sjoertjuh"><code>@​Sjoertjuh</code></a>.
Thank you for your contributions!</p>
<h2>8.31.0</h2>
<h3>Important Changes</h3>
<ul>
<li><strong>feat(node): Add <code>dataloader</code> integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13664">#13664</a>)</strong></li>
</ul>
<p>This release adds a new integration for the <a
href="https://www.npmjs.com/package/dataloader"><code>dataloader</code>
package</a>. The Node
SDK (and all SDKs that depend on it) will now automatically instrument
<code>dataloader</code> instances. You can also add it
manually:</p>
<pre lang="js"><code>Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/f1a8beaa612c8616d066ba8603c0286edace6ff7"><code>f1a8bea</code></a>
release: 8.32.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ae901c3a3a8e068f5cf07c3e301ec2f9ff3605b4"><code>ae901c3</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13770">#13770</a>
from getsentry/prepare-release/8.32.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/0a217083e47d7c54a4f71ca0a4d52e7fd36eb61c"><code>0a21708</code></a>
meta(changelog): Update changelog for 8.32.0</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/efd7a70c3319ab0ca2e26a26589f44cb3404fbfa"><code>efd7a70</code></a>
docs: Fix changelog (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13786">#13786</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/0aac3c63df5a8c545d95f2a8340fe10829597b5a"><code>0aac3c6</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13772">#13772</a>
from getsentry/fn/manual-sync</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/9018132d9a913cda87189ff78709948812183601"><code>9018132</code></a>
test: Unflake some node-integration-tests (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13771">#13771</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/07d9d35d6073354a2e582eb7144b4de1291e4aa3"><code>07d9d35</code></a>
wip: add browser utils dep</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/354dceeb43790d5212652869555007211c28e01a"><code>354dcee</code></a>
fix(core): Remove <code>sampled</code> flag from dynamic sampling
context in Tracing wit...</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/cb7f16ea9b1722d76700d8a0c4fc5b0073262997"><code>cb7f16e</code></a>
ref: Add external contributor to CHANGELOG.md (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13764">#13764</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript/commit/ed150ed82fd2b250d7bef423943bfb9dac5e85f8"><code>ed150ed</code></a>
chore(nextjs): Bump rollup to 3.29.5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/13761">#13761</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/7.117.0...8.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/react&package-manager=npm_and_yarn&previous-version=7.117.0&new-version=8.32.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>
  • Loading branch information
louptheron authored Oct 3, 2024
2 parents daafee1 + 60d8565 commit d46ffdf
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 123 deletions.
195 changes: 73 additions & 122 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@dnd-kit/modifiers": "6.0.1",
"@mtes-mct/monitor-ui": "23.4.0",
"@reduxjs/toolkit": "2.2.7",
"@sentry/react": "7.117.0",
"@sentry/react": "8.32.0",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.10.8",
"comlink": "4.4.1",
Expand Down

0 comments on commit d46ffdf

Please sign in to comment.