[PR #2691] [CLOSED] chore(deps-dev): bump @sentry/browser from 6.19.7 to 7.13.0 #3995

Closed
opened 2026-03-17 01:33:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2691
Author: @dependabot[bot]
Created: 9/26/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/sentry/browser-7.13.0


📝 Commits (1)

  • ede3719 chore(deps-dev): bump @sentry/browser from 6.19.7 to 7.13.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @sentry/browser from 6.19.7 to 7.13.0.

Release notes

Sourced from @​sentry/browser's releases.

7.13.0

  • feat(browser): Use fetch keepalive flag (#5697)
  • feat(core): Set custom transaction source for event processors (#5722)
  • feat(nextjs): Trace navigation transactions (#5676)
  • feat(node): Add Modules integration to default integrations (#5706)
  • fix(browser): Use normalizeDepth option when creating an event from a plain object
  • fix(core): Fix integration deduping (#5696)
  • fix(node): Use normalizeDepth when creating an event from unknown input
  • fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
  • ref: Make dynamic sampling context mutable (#5710)
  • ref(tracing): Record transaction name changes (#5723)
  • chore(nextjs): Remove obsolete dataFetchers loader (#5713)

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.

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

7.13.0

  • feat(browser): Use fetch keepalive flag (#5697)
  • feat(core): Set custom transaction source for event processors (#5722)
  • feat(nextjs): Trace navigation transactions (#5676)
  • feat(node): Add Modules integration to default integrations (#5706)
  • fix(browser): Use normalizeDepth option when creating an event from a plain object
  • fix(core): Fix integration deduping (#5696)
  • fix(node): Use normalizeDepth when creating an event from unknown input
  • fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fix(tracing): Set sample rate in transaction metadata and DSC (#5691)
  • ref: Make dynamic sampling context mutable (#5710)
  • ref(tracing): Record transaction name changes (#5723)
  • chore(nextjs): Remove obsolete dataFetchers loader (#5713)

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)

... (truncated)

Commits
  • 3ea3848 release: 7.13.0
  • 3c77f62 meta: CHANGELOG for 7.13.0 (#5748)
  • 51bc032 ref(tracing): Use previous source when logging name changes (#5733)
  • 347fbe4 ref: Make dynamic sampling context mutable (#5710)
  • e26e43a chore(deps): Add @types/rimraf (#5743)
  • 180f644 fix(nextjs): Make NextApiHandler type version-agnostic (#5737)
  • fbd4ef0 ref(core): Use timestamp of processed event in name change (#5735)
  • ff4f97f feat(core): Set custom transaction source for event processors (#5722)
  • 8cff038 ref(node): Add propagations to http integration (#5720)
  • 60b394a ref(tracing): Add propagations to tracing SDK (#5719)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2691 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/sentry/browser-7.13.0` --- ### 📝 Commits (1) - [`ede3719`](https://github.com/hoppscotch/hoppscotch/commit/ede371933bf0bcd463f2c56add94c933355fb215) chore(deps-dev): bump @sentry/browser from 6.19.7 to 7.13.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.19.7 to 7.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/browser</code>'s releases</a>.</em></p> <blockquote> <h2>7.13.0</h2> <ul> <li>feat(browser): Use fetch <code>keepalive</code> flag (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5697">#5697</a>)</li> <li>feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li>feat(nextjs): Trace navigation transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5676">#5676</a>)</li> <li>feat(node): Add Modules integration to default integrations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5706">#5706</a>)</li> <li>fix(browser): Use <code>normalizeDepth</code> option when creating an event from a plain object</li> <li>fix(core): Fix integration deduping (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5696">#5696</a>)</li> <li>fix(node): Use <code>normalizeDepth</code> when creating an event from unknown input</li> <li>fix(nextjs): Make NextApiHandler type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li>fix(tracing): Set sample rate in transaction metadata and DSC (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5691">#5691</a>)</li> <li>ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li>ref(tracing): Record transaction name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5723">#5723</a>)</li> <li>chore(nextjs): Remove obsolete dataFetchers loader (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5713">#5713</a>)</li> </ul> <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> <!-- 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/browser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.13.0</h2> <ul> <li>feat(browser): Use fetch <code>keepalive</code> flag (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5697">#5697</a>)</li> <li>feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li>feat(nextjs): Trace navigation transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5676">#5676</a>)</li> <li>feat(node): Add Modules integration to default integrations (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5706">#5706</a>)</li> <li>fix(browser): Use <code>normalizeDepth</code> option when creating an event from a plain object</li> <li>fix(core): Fix integration deduping (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5696">#5696</a>)</li> <li>fix(node): Use <code>normalizeDepth</code> when creating an event from unknown input</li> <li>fix(nextjs): Make NextApiHandler type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li>fix(tracing): Set sample rate in transaction metadata and DSC (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5691">#5691</a>)</li> <li>ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li>ref(tracing): Record transaction name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5723">#5723</a>)</li> <li>chore(nextjs): Remove obsolete dataFetchers loader (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5713">#5713</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3ea3848d45dadd6598a1db287756db0cfb36b808"><code>3ea3848</code></a> release: 7.13.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3c77f6289d79455251172f123dd2650fee4c34df"><code>3c77f62</code></a> meta: CHANGELOG for 7.13.0 (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5748">#5748</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/51bc032d6afa0ddf361bf7b761bd1209d3064eac"><code>51bc032</code></a> ref(tracing): Use previous source when logging name changes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5733">#5733</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/347fbe4cc82b1e9398f7223227e0ff884662bdd3"><code>347fbe4</code></a> ref: Make dynamic sampling context mutable (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5710">#5710</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e26e43aeeadacebdeac81aff15d97c82a297f396"><code>e26e43a</code></a> chore(deps): Add <code>@types/rimraf</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5743">#5743</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/180f6449ec463e013e702c633f0dcba75815006d"><code>180f644</code></a> fix(nextjs): Make <code>NextApiHandler</code> type version-agnostic (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5737">#5737</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fbd4ef07dd4248a1a9f8a80e0c220628a663f91c"><code>fbd4ef0</code></a> ref(core): Use timestamp of processed event in name change (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5735">#5735</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ff4f97f6206a602e0a5ff397dd6629b1f37dfc8b"><code>ff4f97f</code></a> feat(core): Set custom transaction source for event processors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5722">#5722</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8cff038f8d95d6149ac9805a0dcbbe23b0361c92"><code>8cff038</code></a> ref(node): Add propagations to http integration (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5720">#5720</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/60b394ac6856b5f2cfa32c19307b496b85305e63"><code>60b394a</code></a> ref(tracing): Add propagations to tracing SDK (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/5719">#5719</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/6.19.7...7.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/browser&package-manager=npm_and_yarn&previous-version=6.19.7&new-version=7.13.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:33:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3995
No description provided.