Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.29.0 to 7.30.0.
<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.30.0</h2>
<ul>
<li>feat(core): Add <code>addIntegration</code> method to client (<a href="https://github.com/getsentry/sentry-javascript/issues/6651">#6651</a>)</li>
<li>feat(core): Add <code>replay_event</code> type for events (<a href="https://github.com/getsentry/sentry-javascript/issues/6481">#6481</a>)</li>
<li>feat(gatsby): Support Gatsby v5 (<a href="https://github.com/getsentry/sentry-javascript/issues/6635">#6635</a>)</li>
<li>feat(integrations): Add HTTPClient integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6500">#6500</a>)</li>
<li>feat(node): Add <code>LocalVariables</code> integration to capture local variables to stack frames (<a href="https://github.com/getsentry/sentry-javascript/issues/6478">#6478</a>)</li>
<li>feat(node): Check for invalid url in node transport (<a href="https://github.com/getsentry/sentry-javascript/issues/6623">#6623</a>)</li>
<li>feat(replay): Remove <code>replayType</code> from tags and into <code>replay_event</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6658">#6658</a>)</li>
<li>feat(transport): Return result through Transport send (<a href="https://github.com/getsentry/sentry-javascript/issues/6626">#6626</a>)</li>
<li>fix(nextjs): Don't wrap <code>res.json</code> and <code>res.send</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6674">#6674</a>)</li>
<li>fix(nextjs): Don't write to <code>res.end</code> to fix <code>next export</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6682">#6682</a>)</li>
<li>fix(nextjs): Exclude SDK from Edge runtime bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/6683">#6683</a>)</li>
<li>fix(replay): Allow Replay to be used in Electron renderers with nodeIntegration enabled (<a href="https://github.com/getsentry/sentry-javascript/issues/6644">#6644</a>)</li>
<li>fix(utils): Ignore stack frames over 1kb (<a href="https://github.com/getsentry/sentry-javascript/issues/6627">#6627</a>)</li>
<li>ref(angular) Add error-like objects handling (<a href="https://github.com/getsentry/sentry-javascript/issues/6446">#6446</a>)</li>
<li>ref(nextjs): Remove <code>instrumentSever</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6592">#6592</a>)</li>
</ul>
<p>Work in this release contributed by <a href="https://github.com/rjoonas"><code>@rjoonas</code></a>, <a href="https://github.com/Naddiseo"><code>@Naddiseo</code></a>, and <a href="https://github.com/theofidry"><code>@theofidry</code></a>. Thank you for your contributions!</p>
</blockquote>
</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.30.0</h2>
<ul>
<li>feat(core): Add <code>addIntegration</code> method to client (<a href="https://github.com/getsentry/sentry-javascript/issues/6651">#6651</a>)</li>
<li>feat(core): Add <code>replay_event</code> type for events (<a href="https://github.com/getsentry/sentry-javascript/issues/6481">#6481</a>)</li>
<li>feat(gatsby): Support Gatsby v5 (<a href="https://github.com/getsentry/sentry-javascript/issues/6635">#6635</a>)</li>
<li>feat(integrations): Add HTTPClient integration (<a href="https://github.com/getsentry/sentry-javascript/issues/6500">#6500</a>)</li>
<li>feat(node): Add <code>LocalVariables</code> integration to capture local variables to stack frames (<a href="https://github.com/getsentry/sentry-javascript/issues/6478">#6478</a>)</li>
<li>feat(node): Check for invalid url in node transport (<a href="https://github.com/getsentry/sentry-javascript/issues/6623">#6623</a>)</li>
<li>feat(replay): Remove <code>replayType</code> from tags and into <code>replay_event</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6658">#6658</a>)</li>
<li>feat(transport): Return result through Transport send (<a href="https://github.com/getsentry/sentry-javascript/issues/6626">#6626</a>)</li>
<li>fix(nextjs): Don't wrap <code>res.json</code> and <code>res.send</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6674">#6674</a>)</li>
<li>fix(nextjs): Don't write to <code>res.end</code> to fix <code>next export</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6682">#6682</a>)</li>
<li>fix(nextjs): Exclude SDK from Edge runtime bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/6683">#6683</a>)</li>
<li>fix(replay): Allow Replay to be used in Electron renderers with nodeIntegration enabled (<a href="https://github.com/getsentry/sentry-javascript/issues/6644">#6644</a>)</li>
<li>fix(utils): Ignore stack frames over 1kb (<a href="https://github.com/getsentry/sentry-javascript/issues/6627">#6627</a>)</li>
<li>ref(angular) Add error-like objects handling (<a href="https://github.com/getsentry/sentry-javascript/issues/6446">#6446</a>)</li>
<li>ref(nextjs): Remove <code>instrumentSever</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6592">#6592</a>)</li>
</ul>
<p>Work in this release contributed by <a href="https://github.com/rjoonas"><code>@rjoonas</code></a>, <a href="https://github.com/Naddiseo"><code>@Naddiseo</code></a>, and <a href="https://github.com/theofidry"><code>@theofidry</code></a>. Thank you for your contributions!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/19ec8c8b502738f516fc06f83c6bde5304f648ad"><code>19ec8c8</code></a> release: 7.30.0</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/10a80d5cbff367022ca4fc2d2e9b4cf76a1fc319"><code>10a80d5</code></a> ci: Fix CI failing on master (<a href="https://github.com/getsentry/sentry-javascript/issues/6703">#6703</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/c8c972befde2e033db95e466c73565836b8b72fc"><code>c8c972b</code></a> fix(ci): Update package lists before downloading playwright deps (<a href="https://github.com/getsentry/sentry-javascript/issues/6694">#6694</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/9f06d4843b36891de2fa7dbb1aecaff91612ef26"><code>9f06d48</code></a> feat(tests): Inject <code>@sentry/integrations</code> bundles to Playwright templates (#...</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/0adaff4faf433bb2b47491a82dd9e2f4b771c73c"><code>0adaff4</code></a> meta: Update changelog for 7.30.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/6693">#6693</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/57c7e7b7c92f3f02b004796b2b58260786c1acc2"><code>57c7e7b</code></a> feat(node): Add <code>LocalVariables</code> integration to capture local variables to st...</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/f05239460073918a23bce8b2bb03bab2d2b93143"><code>f052394</code></a> ref(angular) Add error-like objects handling (<a href="https://github.com/getsentry/sentry-javascript/issues/6446">#6446</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/7316b850988df64467a7052082db84461f8a2cd2"><code>7316b85</code></a> fix(nextjs): Exclude SDK from Edge runtime bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/6683">#6683</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/1b4d9daffbc39946bcf0fa3cde259379ff66f227"><code>1b4d9da</code></a> ref(replay): Add jsdoc to all replay modules (<a href="https://github.com/getsentry/sentry-javascript/issues/6654">#6654</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/e5422c143495e5c385505228734f2b111e243794"><code>e5422c1</code></a> fix(nextjs): Don't wrap <code>res.json</code> and <code>res.send</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6674">#6674</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.29.0...7.30.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @sentry/tracing from 7.29.0 to 7.30.0.
Release notes
Sourced from
@sentry/tracing's releases.Changelog
Sourced from
@sentry/tracing's changelog.Commits
19ec8c8release: 7.30.010a80d5ci: Fix CI failing on master (#6703)c8c972bfix(ci): Update package lists before downloading playwright deps (#6694)9f06d48feat(tests): Inject@sentry/integrationsbundles to Playwright templates (#...0adaff4meta: Update changelog for 7.30.0 (#6693)57c7e7bfeat(node): AddLocalVariablesintegration to capture local variables to st...f052394ref(angular) Add error-like objects handling (#6446)7316b85fix(nextjs): Exclude SDK from Edge runtime bundles (#6683)1b4d9daref(replay): Add jsdoc to all replay modules (#6654)e5422c1fix(nextjs): Don't wrapres.jsonandres.send(#6674)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
54ff3dcc- 1 commit from branchmaster574503ed- Build(deps): bump @sentry/tracing from 7.29.0 to 7.30.0Compare with previous version