Files
firezone/rust/gui-client/package.json
dependabot[bot] fe0e738f8c build(deps): bump the sentry group in /rust/gui-client with 2 updates (#10088)
Bumps the sentry group in /rust/gui-client with 2 updates:
[@sentry/core](https://github.com/getsentry/sentry-javascript) and
[@sentry/react](https://github.com/getsentry/sentry-javascript).

Updates `@sentry/core` from 9.40.0 to 10.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>10.0.0</h2>
<p>Version <code>10.0.0</code> marks a release of the Sentry JavaScript
SDKs that contains breaking changes. The goal of this release is to
primarily upgrade the underlying OpenTelemetry dependencies to v2 with
minimal breaking changes.</p>
<h3>How To Upgrade</h3>
<p>Please carefully read through the migration guide in the Sentry docs
on how to upgrade from version 9 to version 10. Make sure to select your
specific platform/framework in the top left corner: <a
href="https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/">https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/</a></p>
<p>A comprehensive migration guide outlining all changes can be found
within the Sentry JavaScript SDK Repository: <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md</a></p>
<h3>Breaking Changes</h3>
<ul>
<li>feat!: Bump to OpenTelemetry v2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16872">#16872</a>)</li>
<li>feat(browser)!: Remove FID web vital collection (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17076">#17076</a>)</li>
<li>feat(core)!: Remove <code>BaseClient</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17071">#17071</a>)</li>
<li>feat(core)!: Remove <code>enableLogs</code> and
<code>beforeSendLog</code> experimental options (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17063">#17063</a>)</li>
<li>feat(core)!: Remove <code>hasTracingEnabled</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17072">#17072</a>)</li>
<li>feat(core)!: Remove deprecated logger (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17061">#17061</a>)</li>
<li>feat(replay)!: Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17220">#17220</a>)</li>
<li>chore(deps)!: Bump bundler plugins to v4 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17089">#17089</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(astro): Implement Request Route Parametrization for Astro 5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17105">#17105</a>)</li>
<li>feat(astro): Parametrize routes on client-side (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17133">#17133</a>)</li>
<li>feat(aws): Add <code>SentryNodeServerlessSDKv10</code> v10 AWS
Lambda Layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17069">#17069</a>)</li>
<li>feat(aws): Create unified lambda layer for ESM and CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17012">#17012</a>)</li>
<li>feat(aws): Detect SDK source for AWS Lambda layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17128">#17128</a>)</li>
<li>feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17226">#17226</a>)</li>
<li>feat(core): Add shared <code>flushIfServerless</code> function (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17177">#17177</a>)</li>
<li>feat(core): Implement <code>strictTraceContinuation</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16313">#16313</a>)</li>
<li>feat(core): MCP server instrumentation without breaking Miniflare
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16817">#16817</a>)</li>
<li>feat(deps): bump <code>@​prisma/instrumentation</code> from 6.11.1
to 6.12.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17117">#17117</a>)</li>
<li>feat(meta): Unify detection of serverless environments and add Cloud
Run (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17168">#17168</a>)</li>
<li>feat(nestjs): Switch to OTel core instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17068">#17068</a>)</li>
<li>feat(node-native): Upgrade
<code>@sentry-internal/node-native-stacktrace</code> to
<code>0.2.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17207">#17207</a>)</li>
<li>feat(node): Add <code>shouldHandleError</code> option to
<code>fastifyIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16845">#16845</a>)</li>
<li>feat(node): Add firebase integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16719">#16719</a>)</li>
<li>feat(node): Instrument stream responses for openai (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17110">#17110</a>)</li>
<li>feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17235">#17235</a>)</li>
<li>feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17234">#17234</a>)</li>
<li>feat(react-router): Automatically flush on Vercel for request
handlers (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17232">#17232</a>)</li>
<li>fix(astro): Construct parametrized route during runtime (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17190">#17190</a>)</li>
<li>fix(aws): Add layer build output to nx cache (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17148">#17148</a>)</li>
<li>fix(aws): Fix path to packages directory (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17112">#17112</a>)</li>
<li>fix(aws): Resolve all Sentry packages to local versions in layer
build (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17106">#17106</a>)</li>
<li>fix(aws): Use file link in dependency version (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17111">#17111</a>)</li>
<li>fix(cloudflare): Allow non uuid workflow instance IDs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17121">#17121</a>)</li>
<li>fix(cloudflare): Avoid turning DurableObject sync methods into async
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17184">#17184</a>)</li>
<li>fix(core): Fix OpenAI SDK private field access by binding
non-instrumented fns (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17163">#17163</a>)</li>
<li>fix(core): Fix operation name for openai responses API (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17206">#17206</a>)</li>
</ul>
<!-- 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/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>10.0.0</h2>
<p>Version <code>10.0.0</code> marks a release of the Sentry JavaScript
SDKs that contains breaking changes. The goal of this release is to
primarily upgrade the underlying OpenTelemetry dependencies to v2 with
minimal breaking changes.</p>
<h3>How To Upgrade</h3>
<p>Please carefully read through the migration guide in the Sentry docs
on how to upgrade from version 9 to version 10. Make sure to select your
specific platform/framework in the top left corner: <a
href="https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/">https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/</a></p>
<p>A comprehensive migration guide outlining all changes can be found
within the Sentry JavaScript SDK Repository: <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md</a></p>
<h3>Breaking Changes</h3>
<ul>
<li>feat!: Bump to OpenTelemetry v2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16872">#16872</a>)</li>
<li>feat(browser)!: Remove FID web vital collection (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17076">#17076</a>)</li>
<li>feat(core)!: Remove <code>BaseClient</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17071">#17071</a>)</li>
<li>feat(core)!: Remove <code>enableLogs</code> and
<code>beforeSendLog</code> experimental options (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17063">#17063</a>)</li>
<li>feat(core)!: Remove <code>hasTracingEnabled</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17072">#17072</a>)</li>
<li>feat(core)!: Remove deprecated logger (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17061">#17061</a>)</li>
<li>feat(replay)!: Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17220">#17220</a>)</li>
<li>chore(deps)!: Bump bundler plugins to v4 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17089">#17089</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(astro): Implement Request Route Parametrization for Astro 5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17105">#17105</a>)</li>
<li>feat(astro): Parametrize routes on client-side (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17133">#17133</a>)</li>
<li>feat(aws): Add <code>SentryNodeServerlessSDKv10</code> v10 AWS
Lambda Layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17069">#17069</a>)</li>
<li>feat(aws): Create unified lambda layer for ESM and CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17012">#17012</a>)</li>
<li>feat(aws): Detect SDK source for AWS Lambda layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17128">#17128</a>)</li>
<li>feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17226">#17226</a>)</li>
<li>feat(core): Add shared <code>flushIfServerless</code> function (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17177">#17177</a>)</li>
<li>feat(core): Implement <code>strictTraceContinuation</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16313">#16313</a>)</li>
<li>feat(core): MCP server instrumentation without breaking Miniflare
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16817">#16817</a>)</li>
<li>feat(deps): bump <code>@​prisma/instrumentation</code> from 6.11.1
to 6.12.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17117">#17117</a>)</li>
<li>feat(meta): Unify detection of serverless environments and add Cloud
Run (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17168">#17168</a>)</li>
<li>feat(nestjs): Switch to OTel core instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17068">#17068</a>)</li>
<li>feat(node-native): Upgrade
<code>@sentry-internal/node-native-stacktrace</code> to
<code>0.2.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17207">#17207</a>)</li>
<li>feat(node): Add <code>shouldHandleError</code> option to
<code>fastifyIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16845">#16845</a>)</li>
<li>feat(node): Add firebase integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16719">#16719</a>)</li>
<li>feat(node): Instrument stream responses for openai (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17110">#17110</a>)</li>
<li>feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17235">#17235</a>)</li>
<li>feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17234">#17234</a>)</li>
<li>feat(react-router): Automatically flush on Vercel for request
handlers (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17232">#17232</a>)</li>
<li>fix(astro): Construct parametrized route during runtime (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17190">#17190</a>)</li>
<li>fix(aws): Add layer build output to nx cache (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17148">#17148</a>)</li>
<li>fix(aws): Fix path to packages directory (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17112">#17112</a>)</li>
<li>fix(aws): Resolve all Sentry packages to local versions in layer
build (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17106">#17106</a>)</li>
<li>fix(aws): Use file link in dependency version (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17111">#17111</a>)</li>
<li>fix(cloudflare): Allow non uuid workflow instance IDs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17121">#17121</a>)</li>
<li>fix(cloudflare): Avoid turning DurableObject sync methods into async
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17184">#17184</a>)</li>
<li>fix(core): Fix OpenAI SDK private field access by binding
non-instrumented fns (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17163">#17163</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="19f754a9e9"><code>19f754a</code></a>
release: 10.0.0</li>
<li><a
href="0ec16f5b68"><code>0ec16f5</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17271">#17271</a>
from getsentry/prepare-release/10.0.0</li>
<li><a
href="0d8d05f004"><code>0d8d05f</code></a>
meta(changelog): Update changelog for 10.0.0</li>
<li><a
href="eda7e33215"><code>eda7e33</code></a>
feat(replay): Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (#...</li>
<li><a
href="254a86f2b5"><code>254a86f</code></a>
feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17226">#17226</a>)</li>
<li><a
href="abbcc6744b"><code>abbcc67</code></a>
chore: Reenable v10 layer in .craft.yml (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17240">#17240</a>)</li>
<li><a
href="8c1149bb44"><code>8c1149b</code></a>
fix(node): Handle stack traces with data URI filenames (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17218">#17218</a>)</li>
<li><a
href="be4550a1ac"><code>be4550a</code></a>
feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17235">#17235</a>)</li>
<li><a
href="8ed15bb883"><code>8ed15bb</code></a>
fix(node): Fix exports for openai instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17238">#17238</a>)</li>
<li><a
href="8caf794e69"><code>8caf794</code></a>
feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/1">#1</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@sentry/react` from 9.40.0 to 10.0.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>10.0.0</h2>
<p>Version <code>10.0.0</code> marks a release of the Sentry JavaScript
SDKs that contains breaking changes. The goal of this release is to
primarily upgrade the underlying OpenTelemetry dependencies to v2 with
minimal breaking changes.</p>
<h3>How To Upgrade</h3>
<p>Please carefully read through the migration guide in the Sentry docs
on how to upgrade from version 9 to version 10. Make sure to select your
specific platform/framework in the top left corner: <a
href="https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/">https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/</a></p>
<p>A comprehensive migration guide outlining all changes can be found
within the Sentry JavaScript SDK Repository: <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md</a></p>
<h3>Breaking Changes</h3>
<ul>
<li>feat!: Bump to OpenTelemetry v2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16872">#16872</a>)</li>
<li>feat(browser)!: Remove FID web vital collection (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17076">#17076</a>)</li>
<li>feat(core)!: Remove <code>BaseClient</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17071">#17071</a>)</li>
<li>feat(core)!: Remove <code>enableLogs</code> and
<code>beforeSendLog</code> experimental options (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17063">#17063</a>)</li>
<li>feat(core)!: Remove <code>hasTracingEnabled</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17072">#17072</a>)</li>
<li>feat(core)!: Remove deprecated logger (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17061">#17061</a>)</li>
<li>feat(replay)!: Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17220">#17220</a>)</li>
<li>chore(deps)!: Bump bundler plugins to v4 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17089">#17089</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(astro): Implement Request Route Parametrization for Astro 5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17105">#17105</a>)</li>
<li>feat(astro): Parametrize routes on client-side (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17133">#17133</a>)</li>
<li>feat(aws): Add <code>SentryNodeServerlessSDKv10</code> v10 AWS
Lambda Layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17069">#17069</a>)</li>
<li>feat(aws): Create unified lambda layer for ESM and CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17012">#17012</a>)</li>
<li>feat(aws): Detect SDK source for AWS Lambda layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17128">#17128</a>)</li>
<li>feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17226">#17226</a>)</li>
<li>feat(core): Add shared <code>flushIfServerless</code> function (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17177">#17177</a>)</li>
<li>feat(core): Implement <code>strictTraceContinuation</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16313">#16313</a>)</li>
<li>feat(core): MCP server instrumentation without breaking Miniflare
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16817">#16817</a>)</li>
<li>feat(deps): bump <code>@​prisma/instrumentation</code> from 6.11.1
to 6.12.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17117">#17117</a>)</li>
<li>feat(meta): Unify detection of serverless environments and add Cloud
Run (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17168">#17168</a>)</li>
<li>feat(nestjs): Switch to OTel core instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17068">#17068</a>)</li>
<li>feat(node-native): Upgrade
<code>@sentry-internal/node-native-stacktrace</code> to
<code>0.2.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17207">#17207</a>)</li>
<li>feat(node): Add <code>shouldHandleError</code> option to
<code>fastifyIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16845">#16845</a>)</li>
<li>feat(node): Add firebase integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16719">#16719</a>)</li>
<li>feat(node): Instrument stream responses for openai (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17110">#17110</a>)</li>
<li>feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17235">#17235</a>)</li>
<li>feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17234">#17234</a>)</li>
<li>feat(react-router): Automatically flush on Vercel for request
handlers (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17232">#17232</a>)</li>
<li>fix(astro): Construct parametrized route during runtime (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17190">#17190</a>)</li>
<li>fix(aws): Add layer build output to nx cache (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17148">#17148</a>)</li>
<li>fix(aws): Fix path to packages directory (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17112">#17112</a>)</li>
<li>fix(aws): Resolve all Sentry packages to local versions in layer
build (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17106">#17106</a>)</li>
<li>fix(aws): Use file link in dependency version (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17111">#17111</a>)</li>
<li>fix(cloudflare): Allow non uuid workflow instance IDs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17121">#17121</a>)</li>
<li>fix(cloudflare): Avoid turning DurableObject sync methods into async
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17184">#17184</a>)</li>
<li>fix(core): Fix OpenAI SDK private field access by binding
non-instrumented fns (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17163">#17163</a>)</li>
<li>fix(core): Fix operation name for openai responses API (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17206">#17206</a>)</li>
</ul>
<!-- 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>10.0.0</h2>
<p>Version <code>10.0.0</code> marks a release of the Sentry JavaScript
SDKs that contains breaking changes. The goal of this release is to
primarily upgrade the underlying OpenTelemetry dependencies to v2 with
minimal breaking changes.</p>
<h3>How To Upgrade</h3>
<p>Please carefully read through the migration guide in the Sentry docs
on how to upgrade from version 9 to version 10. Make sure to select your
specific platform/framework in the top left corner: <a
href="https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/">https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/</a></p>
<p>A comprehensive migration guide outlining all changes can be found
within the Sentry JavaScript SDK Repository: <a
href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md</a></p>
<h3>Breaking Changes</h3>
<ul>
<li>feat!: Bump to OpenTelemetry v2 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16872">#16872</a>)</li>
<li>feat(browser)!: Remove FID web vital collection (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17076">#17076</a>)</li>
<li>feat(core)!: Remove <code>BaseClient</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17071">#17071</a>)</li>
<li>feat(core)!: Remove <code>enableLogs</code> and
<code>beforeSendLog</code> experimental options (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17063">#17063</a>)</li>
<li>feat(core)!: Remove <code>hasTracingEnabled</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17072">#17072</a>)</li>
<li>feat(core)!: Remove deprecated logger (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17061">#17061</a>)</li>
<li>feat(replay)!: Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17220">#17220</a>)</li>
<li>chore(deps)!: Bump bundler plugins to v4 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17089">#17089</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>feat(astro): Implement Request Route Parametrization for Astro 5 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17105">#17105</a>)</li>
<li>feat(astro): Parametrize routes on client-side (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17133">#17133</a>)</li>
<li>feat(aws): Add <code>SentryNodeServerlessSDKv10</code> v10 AWS
Lambda Layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17069">#17069</a>)</li>
<li>feat(aws): Create unified lambda layer for ESM and CJS (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17012">#17012</a>)</li>
<li>feat(aws): Detect SDK source for AWS Lambda layer (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17128">#17128</a>)</li>
<li>feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17226">#17226</a>)</li>
<li>feat(core): Add shared <code>flushIfServerless</code> function (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17177">#17177</a>)</li>
<li>feat(core): Implement <code>strictTraceContinuation</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16313">#16313</a>)</li>
<li>feat(core): MCP server instrumentation without breaking Miniflare
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16817">#16817</a>)</li>
<li>feat(deps): bump <code>@​prisma/instrumentation</code> from 6.11.1
to 6.12.0 (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17117">#17117</a>)</li>
<li>feat(meta): Unify detection of serverless environments and add Cloud
Run (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17168">#17168</a>)</li>
<li>feat(nestjs): Switch to OTel core instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17068">#17068</a>)</li>
<li>feat(node-native): Upgrade
<code>@sentry-internal/node-native-stacktrace</code> to
<code>0.2.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17207">#17207</a>)</li>
<li>feat(node): Add <code>shouldHandleError</code> option to
<code>fastifyIntegration</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16845">#16845</a>)</li>
<li>feat(node): Add firebase integration (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/16719">#16719</a>)</li>
<li>feat(node): Instrument stream responses for openai (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17110">#17110</a>)</li>
<li>feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17235">#17235</a>)</li>
<li>feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17234">#17234</a>)</li>
<li>feat(react-router): Automatically flush on Vercel for request
handlers (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17232">#17232</a>)</li>
<li>fix(astro): Construct parametrized route during runtime (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17190">#17190</a>)</li>
<li>fix(aws): Add layer build output to nx cache (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17148">#17148</a>)</li>
<li>fix(aws): Fix path to packages directory (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17112">#17112</a>)</li>
<li>fix(aws): Resolve all Sentry packages to local versions in layer
build (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17106">#17106</a>)</li>
<li>fix(aws): Use file link in dependency version (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17111">#17111</a>)</li>
<li>fix(cloudflare): Allow non uuid workflow instance IDs (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17121">#17121</a>)</li>
<li>fix(cloudflare): Avoid turning DurableObject sync methods into async
(<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17184">#17184</a>)</li>
<li>fix(core): Fix OpenAI SDK private field access by binding
non-instrumented fns (<a
href="https://redirect.github.com/getsentry/sentry-javascript/pull/17163">#17163</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="19f754a9e9"><code>19f754a</code></a>
release: 10.0.0</li>
<li><a
href="0ec16f5b68"><code>0ec16f5</code></a>
Merge pull request <a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17271">#17271</a>
from getsentry/prepare-release/10.0.0</li>
<li><a
href="0d8d05f004"><code>0d8d05f</code></a>
meta(changelog): Update changelog for 10.0.0</li>
<li><a
href="eda7e33215"><code>eda7e33</code></a>
feat(replay): Promote <code>_experiments.autoFlushOnFeedback</code>
option as default (#...</li>
<li><a
href="254a86f2b5"><code>254a86f</code></a>
feat(core): Add missing openai tool calls attributes (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17226">#17226</a>)</li>
<li><a
href="abbcc6744b"><code>abbcc67</code></a>
chore: Reenable v10 layer in .craft.yml (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17240">#17240</a>)</li>
<li><a
href="8c1149bb44"><code>8c1149b</code></a>
fix(node): Handle stack traces with data URI filenames (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17218">#17218</a>)</li>
<li><a
href="be4550a1ac"><code>be4550a</code></a>
feat(react-router): Add <code>createSentryHandleError</code> (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17235">#17235</a>)</li>
<li><a
href="8ed15bb883"><code>8ed15bb</code></a>
fix(node): Fix exports for openai instrumentation (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/17238">#17238</a>)</li>
<li><a
href="8caf794e69"><code>8caf794</code></a>
feat(react-router): Automatically flush on serverless for
loaders/actions (<a
href="https://redirect.github.com/getsentry/sentry-javascript/issues/1">#1</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.0.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 04:47:05 +00:00

1.3 KiB