chore(deps): bump @sentry/browser from 8.8.0 to 8.51.0#700
Merged
Conversation
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 8.8.0 to 8.51.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.8.0...8.51.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
BYK
approved these changes
Feb 7, 2025
dcramer
pushed a commit
that referenced
this pull request
Jun 3, 2025
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 8.8.0 to 8.51.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/browser</code>'s releases</a>.</em></p> <blockquote> <h2>8.51.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(v8/node): Add <code>prismaInstrumentation</code> option to Prisma integration as escape hatch for all Prisma versions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15128">#15128</a>)</strong></p> <p>This release adds a compatibility API to add support for Prisma version 6. To capture performance data for Prisma version 6:</p> <ol> <li> <p>Install the <code>@prisma/instrumentation</code> package on version 6.</p> </li> <li> <p>Pass a <code>new PrismaInstrumentation()</code> instance as exported from <code>@prisma/instrumentation</code> to the <code>prismaInstrumentation</code> option:</p> <pre lang="js"><code>import { PrismaInstrumentation } from '@prisma/instrumentation'; <p>Sentry.init({ integrations: [ prismaIntegration({ // Override the default instrumentation that Sentry uses prismaInstrumentation: new PrismaInstrumentation(), }), ], }); </code></pre></p> <p>The passed instrumentation instance will override the default instrumentation instance the integration would use, while the <code>prismaIntegration</code> will still ensure data compatibility for the various Prisma versions.</p> </li> <li> <p>Remove the <code>previewFeatures = ["tracing"]</code> option from the client generator block of your Prisma schema.</p> </li> </ol> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(v8/browser): Add <code>multiplexedtransport.js</code> CDN bundle (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15046">#15046</a>)</li> <li>feat(v8/browser): Add Unleash integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14948">#14948</a>)</li> <li>feat(v8/deno): Deprecate Deno SDK as published on deno.land (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15121">#15121</a>)</li> <li>feat(v8/sveltekit): Deprecate <code>fetchProxyScriptNonce</code> option (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15011">#15011</a>)</li> <li>fix(v8/aws-lambda): Avoid overwriting root span name (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15054">#15054</a>)</li> <li>fix(v8/core): <code>fatal</code> events should set session as crashed (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15073">#15073</a>)</li> <li>fix(v8/node/nestjs): Use method on current fastify request (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15104">#15104</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/tjhiggins"><code>@tjhiggins</code></a>, and <a href="https://github.com/nwalters512"><code>@nwalters512</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>23.29 KB</td> </tr> <tr> <td><code>@sentry/browser</code> - with treeshaking flags</td> <td>23.17 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing)</td> <td>35.85 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay)</td> <td>73.2 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay) - with treeshaking flags</td> <td>66.66 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay with Canvas)</td> <td>77.51 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/browser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.51.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(v8/node): Add <code>prismaInstrumentation</code> option to Prisma integration as escape hatch for all Prisma versions (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15128">#15128</a>)</strong></p> <p>This release adds a compatibility API to add support for Prisma version 6. To capture performance data for Prisma version 6:</p> <ol> <li> <p>Install the <code>@prisma/instrumentation</code> package on version 6.</p> </li> <li> <p>Pass a <code>new PrismaInstrumentation()</code> instance as exported from <code>@prisma/instrumentation</code> to the <code>prismaInstrumentation</code> option:</p> <pre lang="js"><code>import { PrismaInstrumentation } from '@prisma/instrumentation'; <p>Sentry.init({ integrations: [ prismaIntegration({ // Override the default instrumentation that Sentry uses prismaInstrumentation: new PrismaInstrumentation(), }), ], }); </code></pre></p> <p>The passed instrumentation instance will override the default instrumentation instance the integration would use, while the <code>prismaIntegration</code> will still ensure data compatibility for the various Prisma versions.</p> </li> <li> <p>Remove the <code>previewFeatures = ["tracing"]</code> option from the client generator block of your Prisma schema.</p> </li> </ol> </li> </ul> <h3>Other Changes</h3> <ul> <li>feat(v8/browser): Add <code>multiplexedtransport.js</code> CDN bundle (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15046">#15046</a>)</li> <li>feat(v8/browser): Add Unleash integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14948">#14948</a>)</li> <li>feat(v8/deno): Deprecate Deno SDK as published on deno.land (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15121">#15121</a>)</li> <li>feat(v8/sveltekit): Deprecate <code>fetchProxyScriptNonce</code> option (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15011">#15011</a>)</li> <li>fix(v8/aws-lambda): Avoid overwriting root span name (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15054">#15054</a>)</li> <li>fix(v8/core): <code>fatal</code> events should set session as crashed (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15073">#15073</a>)</li> <li>fix(v8/node/nestjs): Use method on current fastify request (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15104">#15104</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/tjhiggins"><code>@tjhiggins</code></a>, and <a href="https://github.com/nwalters512"><code>@nwalters512</code></a>. Thank you for your contributions!</p> <h2>8.50.0</h2> <ul> <li>feat(v8/react): Add support for React Router <code>createMemoryRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14985">#14985</a>)</li> </ul> <h2>8.49.0</h2> <ul> <li>feat(v8/browser): Flush offline queue on flush and browser online event (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14969">#14969</a>)</li> <li>feat(v8/react): Add a <code>handled</code> prop to ErrorBoundary (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14978">#14978</a>)</li> <li>fix(profiling/v8): Don't put <code>require</code>, <code>__filename</code> and <code>__dirname</code> on global object (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14952">#14952</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3a0e16026785f9fca878a7b8a0a003116516bc26"><code>3a0e160</code></a> release: 8.51.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e9a5f000d213ab2aaccdd4ad80db4e9e04b70203"><code>e9a5f00</code></a> meta: Update Changelog for 8.51.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15113">#15113</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d9138ffabfc2dd2b61af8764e7826b226ffd9822"><code>d9138ff</code></a> feat(node/v8): Add <code>prismaInstrumentation</code> option to Prisma integration as es...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d7aa93f38b4df0e8625e0f4e338f8c6d75c118d2"><code>d7aa93f</code></a> feat(v8/sveltekit): Deprecate <code>fetchProxyScriptNonce</code> option (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15011">#15011</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/79c2c2a9ee67835de46e2ce920f32d308741d220"><code>79c2c2a</code></a> feat(deno): Deprecate Deno SDK as published on deno.land (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15121">#15121</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b0dc8600040844689fc3bde69d42c6f84d4cc9ed"><code>b0dc860</code></a> feat(flags/v8): Add Unleash integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/14948">#14948</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5f47fbbb2d20ef951cd92d2001f7978515c57a30"><code>5f47fbb</code></a> chore(v8/deps): Deduplicate yarn.lock (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15094">#15094</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8b870ba5b472d846057de222e1c90b751ee7fd26"><code>8b870ba</code></a> fix(v8/node/nestjs): Use method on current fastify request (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15104">#15104</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d296ce0db3b4a5760739f673f139cc94c3d16662"><code>d296ce0</code></a> fix(v8/core): <code>fatal</code> events should set session as crashed (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15073">#15073</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/dd2201e01e750296846b4e5ea99ff560caac6275"><code>dd2201e</code></a> chore(v8/deps): Upgrade to Vitest 2.1.8 and Vite 5.4.11 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15038">#15038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/8.8.0...8.51.0">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/getsentry/spotlight/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @sentry/browser from 8.8.0 to 8.51.0.
Release notes
Sourced from
@sentry/browser's releases.... (truncated)
Changelog
Sourced from
@sentry/browser's changelog.... (truncated)
Commits
3a0e160release: 8.51.0e9a5f00meta: Update Changelog for 8.51.0 (#15113)d9138fffeat(node/v8): AddprismaInstrumentationoption to Prisma integration as es...d7aa93ffeat(v8/sveltekit): DeprecatefetchProxyScriptNonceoption (#15011)79c2c2afeat(deno): Deprecate Deno SDK as published on deno.land (#15121)b0dc860feat(flags/v8): Add Unleash integration (#14948)5f47fbbchore(v8/deps): Deduplicate yarn.lock (#15094)8b870bafix(v8/node/nestjs): Use method on current fastify request (#15104)d296ce0fix(v8/core):fatalevents should set session as crashed (#15073)dd2201echore(v8/deps): Upgrade to Vitest 2.1.8 and Vite 5.4.11 (#15038)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.