Skip to content

Commit 49b6b32

Browse files
Bump @sentry/node and @sentry/nextjs in /cueweb (#1647)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) to 8.52.0 and updates ancestor dependency [@sentry/nextjs](https://github.com/getsentry/sentry-javascript). These dependencies need to be updated together. Updates `@sentry/node` from 8.40.0 to 8.52.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/node</code>'s releases</a>.</em></p> <blockquote> <h2>8.52.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat(solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15135">#15135</a>)</strong></li> </ul> <p>To enable the SolidStart SDK, wrap your SolidStart Config with <code>withSentry</code>. The <code>sentrySolidStartVite</code> plugin is now automatically added by <code>withSentry</code> and you can pass the Sentry build-time options like this:</p> <pre lang="js"><code>import { defineConfig } from '@solidjs/start/config'; import { withSentry } from '@sentry/solidstart'; <p>export default defineConfig(<br /> withSentry(<br /> {<br /> /* Your SolidStart config options... */<br /> },<br /> {<br /> // Options for setting up source maps<br /> org: process.env.SENTRY_ORG,<br /> project: process.env.SENTRY_PROJECT,<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> },<br /> ),<br /> );<br /> </code></pre></p> <p>With the <code>withSentry</code> wrapper, the Sentry server config should not be added to the <code>public</code> directory anymore. Add the Sentry server config in <code>src/instrument.server.ts</code>. Then, the server config will be placed inside the server build output as <code>instrument.server.mjs</code>.</p> <p>Now, there are two options to set up the SDK:</p> <ol> <li><strong>(recommended)</strong> Provide an <code>--import</code> CLI flag to the start command like this (path depends on your server setup): <code>node --import ./.output/server/instrument.server.mjs .output/server/index.mjs</code></li> <li>Add <code>autoInjectServerSentry: 'top-level-import'</code> and the Sentry config will be imported at the top of the server entry (comes with tracing limitations) <pre lang="js"><code>withSentry( { /* Your SolidStart config options... */ }, { // Optional: Install Sentry with a top-level import autoInjectServerSentry: 'top-level-import', }, ); </code></pre> </li> </ol> <h3>Other Changes</h3> <ul> <li>feat(v8/core): Add client outcomes for breadcrumbs buffer (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15149">#15149</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/8.52.0/CHANGELOG.md"><code>@​sentry/node</code>'s changelog</a>.</em></p> <blockquote> <h2>8.52.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat(solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15135">#15135</a>)</strong></li> </ul> <p>To enable the SolidStart SDK, wrap your SolidStart Config with <code>withSentry</code>. The <code>sentrySolidStartVite</code> plugin is now automatically added by <code>withSentry</code> and you can pass the Sentry build-time options like this:</p> <pre lang="js"><code>import { defineConfig } from '@solidjs/start/config'; import { withSentry } from '@sentry/solidstart'; <p>export default defineConfig(<br /> withSentry(<br /> {<br /> /* Your SolidStart config options... */<br /> },<br /> {<br /> // Options for setting up source maps<br /> org: process.env.SENTRY_ORG,<br /> project: process.env.SENTRY_PROJECT,<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> },<br /> ),<br /> );<br /> </code></pre></p> <p>With the <code>withSentry</code> wrapper, the Sentry server config should not be added to the <code>public</code> directory anymore. Add the Sentry server config in <code>src/instrument.server.ts</code>. Then, the server config will be placed inside the server build output as <code>instrument.server.mjs</code>.</p> <p>Now, there are two options to set up the SDK:</p> <ol> <li><strong>(recommended)</strong> Provide an <code>--import</code> CLI flag to the start command like this (path depends on your server setup): <code>node --import ./.output/server/instrument.server.mjs .output/server/index.mjs</code></li> <li>Add <code>autoInjectServerSentry: 'top-level-import'</code> and the Sentry config will be imported at the top of the server entry (comes with tracing limitations) <pre lang="js"><code>withSentry( { /* Your SolidStart config options... */ }, { // Optional: Install Sentry with a top-level import autoInjectServerSentry: 'top-level-import', }, ); </code></pre> </li> </ol> <h3>Other Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bbafacbc6fb145e5c61515d2babda6d5362970e7"><code>bbafacb</code></a> release: 8.52.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a6f73001d8294e1198a7abf11a9f8b285165a369"><code>a6f7300</code></a> meta(changelog): Update CHANGELOG for 8.52.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15177">#15177</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cb6aca71c47368f6d4495e4cf7ebf289ed63372c"><code>cb6aca7</code></a> fix(v8/core): Pass <code>module</code> into <code>loadModule</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15139">#15139</a>) (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15166">#15166</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4a83c9a865fb2310ea699e6e5898b8389c46fd27"><code>4a83c9a</code></a> test(v8/e2e): Avoid making request to example.com in nextjs e2e test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15176">#15176</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3fa35107a437e332aba3b6e992c503579013d989"><code>3fa3510</code></a> test(v8/e2e): Unflake replay recording data optional e2e test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15168">#15168</a>) (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15172">#15172</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fe0272a4c4a14587f916913cbe2156f327cd95d0"><code>fe0272a</code></a> fix(v8/bun): Ensure instrumentation of <code>Bun.serve</code> survives a server reload (...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a3ddff69cf471fc7ac64ff0d76ed914dbf227062"><code>a3ddff6</code></a> feat(v8/core): Improve error formatting in ZodErrors integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15155">#15155</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b468ab0260e7237579e395a20d544c7161a6eeb5"><code>b468ab0</code></a> feat(v8/core): Add client outcomes for breadcrumbs buffer (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15149">#15149</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a76f243e1c529b1ae8bb658f382ab2bce5409770"><code>a76f243</code></a> feat(v8/solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15135">#15135</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d5f80af5e6abd31fd5a1f6e19b1779a7ef36710b"><code>d5f80af</code></a> Merge branch 'release/8.51.0' into v8</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.52.0">compare view</a></li> </ul> </details> <br /> Updates `@sentry/nextjs` from 8.40.0 to 8.52.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/nextjs</code>'s releases</a>.</em></p> <blockquote> <h2>8.52.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat(solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15135">#15135</a>)</strong></li> </ul> <p>To enable the SolidStart SDK, wrap your SolidStart Config with <code>withSentry</code>. The <code>sentrySolidStartVite</code> plugin is now automatically added by <code>withSentry</code> and you can pass the Sentry build-time options like this:</p> <pre lang="js"><code>import { defineConfig } from '@solidjs/start/config'; import { withSentry } from '@sentry/solidstart'; <p>export default defineConfig(<br /> withSentry(<br /> {<br /> /* Your SolidStart config options... */<br /> },<br /> {<br /> // Options for setting up source maps<br /> org: process.env.SENTRY_ORG,<br /> project: process.env.SENTRY_PROJECT,<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> },<br /> ),<br /> );<br /> </code></pre></p> <p>With the <code>withSentry</code> wrapper, the Sentry server config should not be added to the <code>public</code> directory anymore. Add the Sentry server config in <code>src/instrument.server.ts</code>. Then, the server config will be placed inside the server build output as <code>instrument.server.mjs</code>.</p> <p>Now, there are two options to set up the SDK:</p> <ol> <li><strong>(recommended)</strong> Provide an <code>--import</code> CLI flag to the start command like this (path depends on your server setup): <code>node --import ./.output/server/instrument.server.mjs .output/server/index.mjs</code></li> <li>Add <code>autoInjectServerSentry: 'top-level-import'</code> and the Sentry config will be imported at the top of the server entry (comes with tracing limitations) <pre lang="js"><code>withSentry( { /* Your SolidStart config options... */ }, { // Optional: Install Sentry with a top-level import autoInjectServerSentry: 'top-level-import', }, ); </code></pre> </li> </ol> <h3>Other Changes</h3> <ul> <li>feat(v8/core): Add client outcomes for breadcrumbs buffer (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15149">#15149</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/8.52.0/CHANGELOG.md"><code>@​sentry/nextjs</code>'s changelog</a>.</em></p> <blockquote> <h2>8.52.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat(solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15135">#15135</a>)</strong></li> </ul> <p>To enable the SolidStart SDK, wrap your SolidStart Config with <code>withSentry</code>. The <code>sentrySolidStartVite</code> plugin is now automatically added by <code>withSentry</code> and you can pass the Sentry build-time options like this:</p> <pre lang="js"><code>import { defineConfig } from '@solidjs/start/config'; import { withSentry } from '@sentry/solidstart'; <p>export default defineConfig(<br /> withSentry(<br /> {<br /> /* Your SolidStart config options... */<br /> },<br /> {<br /> // Options for setting up source maps<br /> org: process.env.SENTRY_ORG,<br /> project: process.env.SENTRY_PROJECT,<br /> authToken: process.env.SENTRY_AUTH_TOKEN,<br /> },<br /> ),<br /> );<br /> </code></pre></p> <p>With the <code>withSentry</code> wrapper, the Sentry server config should not be added to the <code>public</code> directory anymore. Add the Sentry server config in <code>src/instrument.server.ts</code>. Then, the server config will be placed inside the server build output as <code>instrument.server.mjs</code>.</p> <p>Now, there are two options to set up the SDK:</p> <ol> <li><strong>(recommended)</strong> Provide an <code>--import</code> CLI flag to the start command like this (path depends on your server setup): <code>node --import ./.output/server/instrument.server.mjs .output/server/index.mjs</code></li> <li>Add <code>autoInjectServerSentry: 'top-level-import'</code> and the Sentry config will be imported at the top of the server entry (comes with tracing limitations) <pre lang="js"><code>withSentry( { /* Your SolidStart config options... */ }, { // Optional: Install Sentry with a top-level import autoInjectServerSentry: 'top-level-import', }, ); </code></pre> </li> </ol> <h3>Other Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bbafacbc6fb145e5c61515d2babda6d5362970e7"><code>bbafacb</code></a> release: 8.52.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a6f73001d8294e1198a7abf11a9f8b285165a369"><code>a6f7300</code></a> meta(changelog): Update CHANGELOG for 8.52.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15177">#15177</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cb6aca71c47368f6d4495e4cf7ebf289ed63372c"><code>cb6aca7</code></a> fix(v8/core): Pass <code>module</code> into <code>loadModule</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15139">#15139</a>) (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15166">#15166</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4a83c9a865fb2310ea699e6e5898b8389c46fd27"><code>4a83c9a</code></a> test(v8/e2e): Avoid making request to example.com in nextjs e2e test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15176">#15176</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3fa35107a437e332aba3b6e992c503579013d989"><code>3fa3510</code></a> test(v8/e2e): Unflake replay recording data optional e2e test (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15168">#15168</a>) (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15172">#15172</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fe0272a4c4a14587f916913cbe2156f327cd95d0"><code>fe0272a</code></a> fix(v8/bun): Ensure instrumentation of <code>Bun.serve</code> survives a server reload (...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a3ddff69cf471fc7ac64ff0d76ed914dbf227062"><code>a3ddff6</code></a> feat(v8/core): Improve error formatting in ZodErrors integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15155">#15155</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b468ab0260e7237579e395a20d544c7161a6eeb5"><code>b468ab0</code></a> feat(v8/core): Add client outcomes for breadcrumbs buffer (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15149">#15149</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a76f243e1c529b1ae8bb658f382ab2bce5409770"><code>a76f243</code></a> feat(v8/solidstart): Add <code>withSentry</code> wrapper for SolidStart config (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15135">#15135</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d5f80af5e6abd31fd5a1f6e19b1779a7ef36710b"><code>d5f80af</code></a> Merge branch 'release/8.51.0' into v8</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.52.0">compare view</a></li> </ul> </details> <br /> 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/AcademySoftwareFoundation/OpenCue/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 012112b commit 49b6b32

File tree

2 files changed

+470
-978
lines changed

2 files changed

+470
-978
lines changed

0 commit comments

Comments
 (0)