build(deps): bump @sentry/node from 7.98.0 to 7.99.0 #95

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/sentry/node-7.99.0 into main 2024-02-10 08:16:38 +08:00
dependabot[bot] commented 2024-02-05 11:59:46 +08:00 (Migrated from github.com)

Bumps @sentry/node from 7.98.0 to 7.99.0.

Release notes

Sourced from @​sentry/node's releases.

7.99.0

Important Changes

Deprecations

This release includes some deprecations for span related methods and integrations in our Deno SDK, @sentry/deno. For more details please look at our migration guide.

  • feat(core): Deprecate Span.setHttpStatus in favor of setHttpStatus (#10268)
  • feat(core): Deprecate spanStatusfromHttpCode in favour of getSpanStatusFromHttpCode (#10361)
  • feat(core): Deprecate StartSpanOptions.origin in favour of passing attribute (#10274)
  • feat(deno): Expose functional integrations to replace classes (#10355)

Other Changes

  • feat(bun): Add missing @sentry/node re-exports (#10396)
  • feat(core): Add afterAllSetup hook for integrations (#10345)
  • feat(core): Ensure startSpan() can handle spans that require parent (#10386)
  • feat(core): Read propagation context off scopes in startSpan APIs (#10300)
  • feat(remix): Export missing @sentry/node functions (#10385, #10391)
  • feat(serverless): Add missing @sentry/node re-exports (#10390)
  • feat(sveltekit): Add more missing @sentry/node re-exports (#10392)
  • feat(tracing): Export proper type for browser tracing (#10411)
  • feat(tracing): Expose new browserTracingIntegration (#10351)
  • fix: Ensure afterAllSetup is called when using addIntegration() (#10372)
  • fix(core): Export spanToTraceContext function from span utils (#10364)
  • fix(core): Make FunctionToString integration use SETUP_CLIENTS weakmap (#10358)
  • fix(deno): Call function if client is not setup (#10354)
  • fix(react): Fix attachReduxState option (#10381)
  • fix(spotlight): Use unpatched http.request (#10369)
  • fix(tracing): Only create request span if there is active span (#10375)
  • ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#10297)

Work in this release contributed by @​AleshaOleg. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.18 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.39 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.28 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.01 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.41 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.28 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.33 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.34 KB
@​sentry/browser - Webpack (gzipped) 22.6 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

7.99.0

Important Changes

Deprecations

This release includes some deprecations for span related methods and integrations in our Deno SDK, @sentry/deno. For more details please look at our migration guide.

  • feat(core): Deprecate Span.setHttpStatus in favor of setHttpStatus (#10268)
  • feat(core): Deprecate spanStatusfromHttpCode in favour of getSpanStatusFromHttpCode (#10361)
  • feat(core): Deprecate StartSpanOptions.origin in favour of passing attribute (#10274)
  • feat(deno): Expose functional integrations to replace classes (#10355)

Other Changes

  • feat(bun): Add missing @sentry/node re-exports (#10396)
  • feat(core): Add afterAllSetup hook for integrations (#10345)
  • feat(core): Ensure startSpan() can handle spans that require parent (#10386)
  • feat(core): Read propagation context off scopes in startSpan APIs (#10300)
  • feat(remix): Export missing @sentry/node functions (#10385, #10391)
  • feat(serverless): Add missing @sentry/node re-exports (#10390)
  • feat(sveltekit): Add more missing @sentry/node re-exports (#10392)
  • feat(tracing): Export proper type for browser tracing (#10411)
  • feat(tracing): Expose new browserTracingIntegration (#10351)
  • fix: Ensure afterAllSetup is called when using addIntegration() (#10372)
  • fix(core): Export spanToTraceContext function from span utils (#10364)
  • fix(core): Make FunctionToString integration use SETUP_CLIENTS weakmap (#10358)
  • fix(deno): Call function if client is not setup (#10354)
  • fix(react): Fix attachReduxState option (#10381)
  • fix(spotlight): Use unpatched http.request (#10369)
  • fix(tracing): Only create request span if there is active span (#10375)
  • ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#10297)

Work in this release contributed by @​AleshaOleg. Thank you for your contribution!

Commits
  • d32e8ed release: 7.99.0
  • faf2603 Merge pull request #10424 from getsentry/develop
  • 20d11cd test(ci): Do not run browser integration tests for CJS (#10423)
  • 7ec21da build: Run lint & fix in series, not parallel (#10420)
  • 29998a5 Merge pull request #10405 from getsentry/prepare-release/7.99.0
  • 818d959 meta(changelog): Update changelog for 7.99.0
  • 527e278 Update README.md
  • 2195ce6 ref(tracing): Require to pass client to startBrowserTracing*Span utils (#10...
  • 689646c Update README.md
  • 9fe67aa fix: Fork scope and keep async context within startSpan and `startSpanManua...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.98.0 to 7.99.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>7.99.0</h2> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>This release includes some deprecations for span related methods and integrations in our Deno SDK, <code>@sentry/deno</code>. For more details please look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <ul> <li>feat(core): Deprecate <code>Span.setHttpStatus</code> in favor of <code>setHttpStatus</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10268">#10268</a>)</li> <li>feat(core): Deprecate <code>spanStatusfromHttpCode</code> in favour of <code>getSpanStatusFromHttpCode</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10361">#10361</a>)</li> <li>feat(core): Deprecate <code>StartSpanOptions.origin</code> in favour of passing attribute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10274">#10274</a>)</li> <li>feat(deno): Expose functional integrations to replace classes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10355">#10355</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>feat(bun): Add missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10396">#10396</a>)</li> <li>feat(core): Add <code>afterAllSetup</code> hook for integrations (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10345">#10345</a>)</li> <li>feat(core): Ensure <code>startSpan()</code> can handle spans that require parent (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10386">#10386</a>)</li> <li>feat(core): Read propagation context off scopes in <code>startSpan</code> APIs (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10300">#10300</a>)</li> <li>feat(remix): Export missing <code>@sentry/node</code> functions (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10385">#10385</a>, <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10391">#10391</a>)</li> <li>feat(serverless): Add missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10390">#10390</a>)</li> <li>feat(sveltekit): Add more missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10392">#10392</a>)</li> <li>feat(tracing): Export proper type for browser tracing (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10411">#10411</a>)</li> <li>feat(tracing): Expose new <code>browserTracingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10351">#10351</a>)</li> <li>fix: Ensure <code>afterAllSetup</code> is called when using <code>addIntegration()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10372">#10372</a>)</li> <li>fix(core): Export <code>spanToTraceContext</code> function from span utils (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10364">#10364</a>)</li> <li>fix(core): Make <code>FunctionToString</code> integration use SETUP_CLIENTS weakmap (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10358">#10358</a>)</li> <li>fix(deno): Call function if client is not setup (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10354">#10354</a>)</li> <li>fix(react): Fix attachReduxState option (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10381">#10381</a>)</li> <li>fix(spotlight): Use unpatched http.request (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10369">#10369</a>)</li> <li>fix(tracing): Only create request span if there is active span (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10375">#10375</a>)</li> <li>ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10297">#10297</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/AleshaOleg"><code>@​AleshaOleg</code></a>. Thank you for your contribution!</p> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback) - Webpack (gzipped)</td> <td>78.18 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>69.39 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay with Canvas) - Webpack (gzipped)</td> <td>73.28 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)</td> <td>63.01 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - Webpack (gzipped)</td> <td>33.41 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. browserTracingIntegration) - Webpack (gzipped)</td> <td>33.28 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Feedback) - Webpack (gzipped)</td> <td>31.33 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. sendFeedback) - Webpack (gzipped)</td> <td>31.34 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped)</td> <td>22.6 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)</td> <td>76 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/node</code>'s changelog</a>.</em></p> <blockquote> <h2>7.99.0</h2> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>This release includes some deprecations for span related methods and integrations in our Deno SDK, <code>@sentry/deno</code>. For more details please look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <ul> <li>feat(core): Deprecate <code>Span.setHttpStatus</code> in favor of <code>setHttpStatus</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10268">#10268</a>)</li> <li>feat(core): Deprecate <code>spanStatusfromHttpCode</code> in favour of <code>getSpanStatusFromHttpCode</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10361">#10361</a>)</li> <li>feat(core): Deprecate <code>StartSpanOptions.origin</code> in favour of passing attribute (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10274">#10274</a>)</li> <li>feat(deno): Expose functional integrations to replace classes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10355">#10355</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>feat(bun): Add missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10396">#10396</a>)</li> <li>feat(core): Add <code>afterAllSetup</code> hook for integrations (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10345">#10345</a>)</li> <li>feat(core): Ensure <code>startSpan()</code> can handle spans that require parent (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10386">#10386</a>)</li> <li>feat(core): Read propagation context off scopes in <code>startSpan</code> APIs (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10300">#10300</a>)</li> <li>feat(remix): Export missing <code>@sentry/node</code> functions (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10385">#10385</a>, <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10391">#10391</a>)</li> <li>feat(serverless): Add missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10390">#10390</a>)</li> <li>feat(sveltekit): Add more missing <code>@sentry/node</code> re-exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10392">#10392</a>)</li> <li>feat(tracing): Export proper type for browser tracing (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10411">#10411</a>)</li> <li>feat(tracing): Expose new <code>browserTracingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10351">#10351</a>)</li> <li>fix: Ensure <code>afterAllSetup</code> is called when using <code>addIntegration()</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10372">#10372</a>)</li> <li>fix(core): Export <code>spanToTraceContext</code> function from span utils (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10364">#10364</a>)</li> <li>fix(core): Make <code>FunctionToString</code> integration use SETUP_CLIENTS weakmap (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10358">#10358</a>)</li> <li>fix(deno): Call function if client is not setup (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10354">#10354</a>)</li> <li>fix(react): Fix attachReduxState option (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10381">#10381</a>)</li> <li>fix(spotlight): Use unpatched http.request (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10369">#10369</a>)</li> <li>fix(tracing): Only create request span if there is active span (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10375">#10375</a>)</li> <li>ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10297">#10297</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/AleshaOleg"><code>@​AleshaOleg</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d32e8ed908a3df12eb53c9670b66049041ee3ac3"><code>d32e8ed</code></a> release: 7.99.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/faf2603cf253ceb32111c5170f8287be27b5e46a"><code>faf2603</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10424">#10424</a> from getsentry/develop</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/20d11cd238c5b8882c0baa10fa429d881737029b"><code>20d11cd</code></a> test(ci): Do not run browser integration tests for CJS (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10423">#10423</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7ec21dad1797f4e383dea5264845e9f1b4504205"><code>7ec21da</code></a> build: Run lint &amp; fix in series, not parallel (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10420">#10420</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/29998a5e3e186241932b87e99f9a538d3adfcbf6"><code>29998a5</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10405">#10405</a> from getsentry/prepare-release/7.99.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/818d959a664cbe9738c4425bdd655f9734411bf4"><code>818d959</code></a> meta(changelog): Update changelog for 7.99.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/527e2781e3f1670aea5ad18f60e76bfd5bef3327"><code>527e278</code></a> Update README.md</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2195ce6035a89968ba62cea4109df38e96335a0a"><code>2195ce6</code></a> ref(tracing): Require to pass client to <code>startBrowserTracing*Span</code> utils (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/10">#10</a>...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/689646c3d45f10c27e5c4cf2f316496c54c88d9e"><code>689646c</code></a> Update README.md</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/9fe67aaed54bd6989b8856f9832d1affe369bbdc"><code>9fe67aa</code></a> fix: Fork scope and keep async context within <code>startSpan</code> and `startSpanManua...</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.98.0...7.99.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/node&package-manager=npm_and_yarn&previous-version=7.98.0&new-version=7.99.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>
Commenting is not possible because the repository is archived.
No description provided.