Bump @sentry/tracing from 7.6.0 to 7.12.1 #334

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sentry/tracing-7.12.1 into master
dependabot[bot] commented 2022-09-02 12:13:33 +02:00 (Migrated from github.com)

Bumps @sentry/tracing from 7.6.0 to 7.12.1.

Release notes

Sourced from @​sentry/tracing's releases.

7.12.1

  • feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
  • feat(react): Support useRoutes hook of React Router 6 (#5624)
  • feat(remix): Continue transaction from request headers (#5600)
  • feat(utils): Add function for ensuring input is an array (#5668)
  • fix(utils): Remove Element dom type (#5675)
  • fix(node): contexts cannot be overridden and culture never included (#5677)
  • chore: Remove typedoc from READMEs (#5678)

7.12.0

This release adds an environment check in @sentry/nextjs for Vercel deployments (using the VERCEL_ENV env variable), and only enables SentryWebpackPlugin if the environment is production. To override this, setting disableClientWebpackPlugin or disableServerWebpackPlugin to false now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.

  • fix(browser): use valid urls in Request checks (#5630)
  • fix(integrations): Don't add empty stack trace in RewriteFrames (#5625)
  • feat(nextjs): Create transactions in getInitialProps and getServerSideProps (#5593)
  • feat(nextjs): Instrument server-side getInitialProps of _app, _document and _error (#5604)
  • fix(nextjs): Start navigation transactions on same-route navigations (#5642)
  • fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
  • ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
  • ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
  • feat(node): Populate event.contexts for Node.js (#5512)
  • fix(node): Avoid catching domain errors in request handler (#5627)
  • fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
  • ref(tracing): Remove mark measurements (#5605)
  • ref(tracing): Update long task description (#5601)
  • chore(svelte): Detect and report SvelteKit usage (#5594)
  • feat(svelte): Add Component Tracking (#5612)

Work in this release contributed by @​lucas-zimerman, @​GJZwiers, and @​mohd-akram. Thank you for your contributions!

7.11.1

  • fix(remix): Store transaction on express req (#5595)

7.11.0

This release introduces updates the tracingOrigins option to not attach any headers/create an spans when supplied with an empty array ([]). Previously, we would supply the default tracingOrigins if an empty array was set as the tracingOrigins option.

  • fix(core): Suppress stack when SentryError isn't an error (#5562)
  • feat(nextjs): Wrap server-side getInitialProps (#5546)
  • feat(nextjs): Improve pageload transaction creation (#5574)
  • feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
  • feat(nextjs): Create spans and route parameterization in server-side getInitialProps (#5587)
  • fix(remix): Use domains to prevent scope bleed (#5570)
  • fix(remix): Wrap domains properly on instrumentServer (#5590)
  • feat(remix): Add route ID to remix routes (#5568)
  • feat(remix): Export a manual wrapper for custom Express servers (#5524)
  • feat(tracing): Add long task collection (#5529)
  • feat(tracing): Allow for setting of an empty array (#5583)

7.10.0

This release introduces the first alpha version of @sentry/svelte, our newest JavaScript SDK! For details on how to use it, please see the README and the tracking GitHub issue.

... (truncated)

Changelog

Sourced from @​sentry/tracing's changelog.

7.12.1

  • feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
  • feat(react): Support useRoutes hook of React Router 6 (#5624)
  • feat(remix): Continue transaction from request headers (#5600)
  • feat(utils): Add function for ensuring input is an array (#5668)
  • fix(utils): Remove Element dom type (#5675)
  • fix(node): contexts cannot be overridden and culture never included (#5677)
  • chore: Remove typedoc from READMEs (#5678)

7.12.0

This release adds an environment check in @sentry/nextjs for Vercel deployments (using the VERCEL_ENV env variable), and only enables SentryWebpackPlugin if the environment is production. To override this, setting disableClientWebpackPlugin or disableServerWebpackPlugin to false now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.

  • feat(nextjs): Create transactions in getInitialProps and getServerSideProps (#5593)
  • feat(nextjs): Instrument server-side getInitialProps of _app, _document and _error (#5604)
  • feat(node): Populate event.contexts for Node.js (#5512)
  • feat(svelte): Add Component Tracking (#5612)
  • fix(browser): use valid urls in Request checks (#5630)
  • fix(integrations): Don't add empty stack trace in RewriteFrames (#5625)
  • fix(nextjs): Start navigation transactions on same-route navigations (#5642)
  • fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
  • fix(node): Avoid catching domain errors in request handler (#5627)
  • fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
  • ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
  • ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
  • ref(tracing): Remove mark measurements (#5605)
  • ref(tracing): Update long task description (#5601)
  • chore(svelte): Detect and report SvelteKit usage (#5594)

Work in this release contributed by @​lucas-zimerman, @​GJZwiers, and @​mohd-akram. Thank you for your contributions!

7.11.1

  • fix(remix): Store transaction on express req (#5595)

7.11.0

This release introduces updates the tracingOrigins option to not attach any headers/create an spans when supplied with an empty array ([]). Previously, we would supply the default tracingOrigins if an empty array was set as the tracingOrigins option.

  • fix(core): Suppress stack when SentryError isn't an error (#5562)
  • feat(nextjs): Wrap server-side getInitialProps (#5546)
  • feat(nextjs): Improve pageload transaction creation (#5574)
  • feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
  • feat(nextjs): Create spans and route parameterization in server-side getInitialProps (#5587)
  • fix(remix): Use domains to prevent scope bleed (#5570)
  • fix(remix): Wrap domains properly on instrumentServer (#5590)
  • feat(remix): Add route ID to remix routes (#5568)
  • feat(remix): Export a manual wrapper for custom Express servers (#5524)
  • feat(tracing): Add long task collection (#5529)

... (truncated)

Commits
  • dc252ef release: 7.12.1
  • 9998ce3 meta: CHANGELOG for 7.12.1 (#5680)
  • b5ddf58 ref(react): Consolidate to use single setName call (#5681)
  • 35f559c ref(angular): Consolidate to use single setName call (#5682)
  • 64122e8 ref(nextjs): Consolidate to use single setName call (#5683)
  • 74672a0 feat(remix): Continue transaction from request headers (#5600)
  • ef11a5e chore: Remove typedoc from READMEs (#5678)
  • 7e64b9e fix(node): contexts cannot be overridden and culture never included (#5677)
  • 5efdabe fix(utils): Remove Element dom type (#5675)
  • 53915b0 feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
  • 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 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/tracing](https://github.com/getsentry/sentry-javascript) from 7.6.0 to 7.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/tracing</code>'s releases</a>.</em></p> <blockquote> <h2>7.12.1</h2> <ul> <li>feat(nextjs): Connect trace between data-fetching methods and pageload (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5655">#5655</a>)</li> <li>feat(react): Support useRoutes hook of React Router 6 (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5624">#5624</a>)</li> <li>feat(remix): Continue transaction from request headers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5600">#5600</a>)</li> <li>feat(utils): Add function for ensuring input is an array (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5668">#5668</a>)</li> <li>fix(utils): Remove Element dom type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5675">#5675</a>)</li> <li>fix(node): <code>contexts</code> cannot be overridden and <code>culture</code> never included (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5677">#5677</a>)</li> <li>chore: Remove typedoc from READMEs (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5678">#5678</a>)</li> </ul> <h2>7.12.0</h2> <p>This release adds an environment check in <code>@sentry/nextjs</code> for Vercel deployments (using the <code>VERCEL_ENV</code> env variable), and only enables <code>SentryWebpackPlugin</code> if the environment is <code>production</code>. To override this, <a href="https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#disable-sentrywebpackplugin">setting <code>disableClientWebpackPlugin</code> or <code>disableServerWebpackPlugin</code> to <code>false</code></a> now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.</p> <ul> <li>fix(browser): use valid urls in Request checks (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5630">#5630</a>)</li> <li>fix(integrations): Don't add empty stack trace in <code>RewriteFrames</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5625">#5625</a>)</li> <li>feat(nextjs): Create transactions in <code>getInitialProps</code> and <code>getServerSideProps</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5593">#5593</a>)</li> <li>feat(nextjs): Instrument server-side <code>getInitialProps</code> of <code>_app</code>, <code>_document</code> and <code>_error</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5604">#5604</a>)</li> <li>fix(nextjs): Start navigation transactions on same-route navigations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5642">#5642</a>)</li> <li>fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5603">#5603</a>)</li> <li>ref(nextjs): Add warning about non-hidden sourcemaps (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5649">#5649</a>)</li> <li>ref(nextjs): Use proxy loader for wrapping all data-fetching functions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5602">#5602</a>)</li> <li>feat(node): Populate <code>event.contexts</code> for Node.js (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5512">#5512</a>)</li> <li>fix(node): Avoid catching domain errors in request handler (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5627">#5627</a>)</li> <li>fix(serverless): Check for existence of callback in GCP event handler before calling (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5608">#5608</a>)</li> <li>ref(tracing): Remove mark measurements (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5605">#5605</a>)</li> <li>ref(tracing): Update long task description (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5601">#5601</a>)</li> <li>chore(svelte): Detect and report SvelteKit usage (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5594">#5594</a>)</li> <li>feat(svelte): Add Component Tracking (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5612">#5612</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/lucas-zimerman"><code>@​lucas-zimerman</code></a>, <a href="https://github.com/GJZwiers"><code>@​GJZwiers</code></a>, and <a href="https://github.com/mohd-akram"><code>@​mohd-akram</code></a>. Thank you for your contributions!</p> <h2>7.11.1</h2> <ul> <li>fix(remix): Store transaction on express req (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5595">#5595</a>)</li> </ul> <h2>7.11.0</h2> <p>This release introduces updates the <a href="https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins"><code>tracingOrigins</code> option</a> to not attach any headers/create an spans when supplied with an empty array (<code>[]</code>). Previously, we would supply the default <code>tracingOrigins</code> if an empty array was set as the <code>tracingOrigins</code> option.</p> <ul> <li>fix(core): Suppress stack when <code>SentryError</code> isn't an error (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5562">#5562</a>)</li> <li>feat(nextjs): Wrap server-side getInitialProps (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5546">#5546</a>)</li> <li>feat(nextjs): Improve pageload transaction creation (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5574">#5574</a>)</li> <li>feat(nextjs): Add spans and route parameterization in data fetching wrappers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5564">#5564</a>)</li> <li>feat(nextjs): Create spans and route parameterization in server-side <code>getInitialProps</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5587">#5587</a>)</li> <li>fix(remix): Use domains to prevent scope bleed (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5570">#5570</a>)</li> <li>fix(remix): Wrap domains properly on instrumentServer (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5590">#5590</a>)</li> <li>feat(remix): Add route ID to remix routes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5568">#5568</a>)</li> <li>feat(remix): Export a manual wrapper for custom Express servers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5524">#5524</a>)</li> <li>feat(tracing): Add long task collection (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5529">#5529</a>)</li> <li>feat(tracing): Allow for setting of an empty array (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5583">#5583</a>)</li> </ul> <h2>7.10.0</h2> <p>This release introduces the first alpha version of <code>@sentry/svelte</code>, our newest JavaScript SDK! For details on how to use it, please see the <a href="https://github.com/getsentry/sentry-javascript/blob/HEAD/packages/svelte/README.md">README</a> and <a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5492">the tracking GitHub issue</a>.</p> <!-- 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/master/CHANGELOG.md"><code>@​sentry/tracing</code>'s changelog</a>.</em></p> <blockquote> <h2>7.12.1</h2> <ul> <li>feat(nextjs): Connect trace between data-fetching methods and pageload (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5655">#5655</a>)</li> <li>feat(react): Support useRoutes hook of React Router 6 (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5624">#5624</a>)</li> <li>feat(remix): Continue transaction from request headers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5600">#5600</a>)</li> <li>feat(utils): Add function for ensuring input is an array (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5668">#5668</a>)</li> <li>fix(utils): Remove Element dom type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5675">#5675</a>)</li> <li>fix(node): <code>contexts</code> cannot be overridden and <code>culture</code> never included (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5677">#5677</a>)</li> <li>chore: Remove typedoc from READMEs (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5678">#5678</a>)</li> </ul> <h2>7.12.0</h2> <p>This release adds an environment check in <code>@sentry/nextjs</code> for Vercel deployments (using the <code>VERCEL_ENV</code> env variable), and only enables <code>SentryWebpackPlugin</code> if the environment is <code>production</code>. To override this, <a href="https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#disable-sentrywebpackplugin">setting <code>disableClientWebpackPlugin</code> or <code>disableServerWebpackPlugin</code> to <code>false</code></a> now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.</p> <ul> <li>feat(nextjs): Create transactions in <code>getInitialProps</code> and <code>getServerSideProps</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5593">#5593</a>)</li> <li>feat(nextjs): Instrument server-side <code>getInitialProps</code> of <code>_app</code>, <code>_document</code> and <code>_error</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5604">#5604</a>)</li> <li>feat(node): Populate <code>event.contexts</code> for Node.js (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5512">#5512</a>)</li> <li>feat(svelte): Add Component Tracking (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5612">#5612</a>)</li> <li>fix(browser): use valid urls in Request checks (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5630">#5630</a>)</li> <li>fix(integrations): Don't add empty stack trace in <code>RewriteFrames</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5625">#5625</a>)</li> <li>fix(nextjs): Start navigation transactions on same-route navigations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5642">#5642</a>)</li> <li>fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5603">#5603</a>)</li> <li>fix(node): Avoid catching domain errors in request handler (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5627">#5627</a>)</li> <li>fix(serverless): Check for existence of callback in GCP event handler before calling (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5608">#5608</a>)</li> <li>ref(nextjs): Add warning about non-hidden sourcemaps (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5649">#5649</a>)</li> <li>ref(nextjs): Use proxy loader for wrapping all data-fetching functions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5602">#5602</a>)</li> <li>ref(tracing): Remove mark measurements (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5605">#5605</a>)</li> <li>ref(tracing): Update long task description (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5601">#5601</a>)</li> <li>chore(svelte): Detect and report SvelteKit usage (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5594">#5594</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/lucas-zimerman"><code>@​lucas-zimerman</code></a>, <a href="https://github.com/GJZwiers"><code>@​GJZwiers</code></a>, and <a href="https://github.com/mohd-akram"><code>@​mohd-akram</code></a>. Thank you for your contributions!</p> <h2>7.11.1</h2> <ul> <li>fix(remix): Store transaction on express req (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5595">#5595</a>)</li> </ul> <h2>7.11.0</h2> <p>This release introduces updates the <a href="https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins"><code>tracingOrigins</code> option</a> to not attach any headers/create an spans when supplied with an empty array (<code>[]</code>). Previously, we would supply the default <code>tracingOrigins</code> if an empty array was set as the <code>tracingOrigins</code> option.</p> <ul> <li>fix(core): Suppress stack when <code>SentryError</code> isn't an error (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5562">#5562</a>)</li> <li>feat(nextjs): Wrap server-side getInitialProps (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5546">#5546</a>)</li> <li>feat(nextjs): Improve pageload transaction creation (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5574">#5574</a>)</li> <li>feat(nextjs): Add spans and route parameterization in data fetching wrappers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5564">#5564</a>)</li> <li>feat(nextjs): Create spans and route parameterization in server-side <code>getInitialProps</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5587">#5587</a>)</li> <li>fix(remix): Use domains to prevent scope bleed (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5570">#5570</a>)</li> <li>fix(remix): Wrap domains properly on instrumentServer (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5590">#5590</a>)</li> <li>feat(remix): Add route ID to remix routes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5568">#5568</a>)</li> <li>feat(remix): Export a manual wrapper for custom Express servers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5524">#5524</a>)</li> <li>feat(tracing): Add long task collection (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5529">#5529</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/dc252ef1419d52b511b5fc4019f7e59c16c4a78c"><code>dc252ef</code></a> release: 7.12.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/9998ce30196146362affc94fa2132cef77d0029a"><code>9998ce3</code></a> meta: CHANGELOG for 7.12.1 (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5680">#5680</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b5ddf5876750968f1682f7aa39964d5b67bd9265"><code>b5ddf58</code></a> ref(react): Consolidate to use single <code>setName</code> call (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5681">#5681</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/35f559c7ab0dd84d9a95bfcac1ca067846c40d25"><code>35f559c</code></a> ref(angular): Consolidate to use single <code>setName</code> call (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5682">#5682</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/64122e8ed05ed45fbd44aa18b6af4d0f7371744b"><code>64122e8</code></a> ref(nextjs): Consolidate to use single <code>setName</code> call (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5683">#5683</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/74672a0330126e4c13f6ed5e655ad549ccad5c1e"><code>74672a0</code></a> feat(remix): Continue transaction from request headers (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5600">#5600</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ef11a5e9a844e3a6f74cdb92073de5b160b1766f"><code>ef11a5e</code></a> chore: Remove typedoc from READMEs (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5678">#5678</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7e64b9ecaced5037a806361ab59131f981d468c0"><code>7e64b9e</code></a> fix(node): <code>contexts</code> cannot be overridden and <code>culture</code> never included (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5677">#5677</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5efdabe155f525373a4712ead316f35b8c720068"><code>5efdabe</code></a> fix(utils): Remove Element dom type (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5675">#5675</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/53915b0001af812125d7e01bf9830f6c86104699"><code>53915b0</code></a> feat(nextjs): Connect trace between data-fetching methods and pageload (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5655">#5655</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.6.0...7.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/tracing&package-manager=npm_and_yarn&previous-version=7.6.0&new-version=7.12.1)](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 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>
dependabot[bot] commented 2022-09-04 22:55:55 +02:00 (Migrated from github.com)

Looks like @sentry/tracing is up-to-date now, so this is no longer needed.

Looks like @sentry/tracing is up-to-date now, so this is no longer needed.
Commenting is not possible because the repository is archived.
No description provided.