This repository was archived by the owner on Apr 4, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @sentry/tracing from 6.13.2 to 6.13.3 (#743)
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.13.2 to 6.13.3. <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>6.13.3</h2> <ul> <li>feat(nextjs): Add ability for integration tests to use linked <code>@sentry/xxxx</code> packages (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4019">#4019</a>)</li> <li>feat(nextjs): Support <code>distDir</code> Next.js option (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3990">#3990</a>)</li> <li>fix(tracing): Call hasTracingEnabled with correct options when invoking startTransaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4020">#4020</a>)</li> <li>ref(browser): Refactor sending client reports w. fetch fallback (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4008">#4008</a>)</li> <li>ref(core): Make getTransport method on client optional (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4013">#4013</a>)</li> <li>ref(ember): Update htmlbars dependency (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4026">#4026</a>)</li> <li>ref(integrations): Minor simplification of ExtraErrorData code (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4024">#4024</a>)</li> <li>ref(react): Rely on error.cause to link ErrorBoundary errors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4005">#4005</a>)</li> </ul> </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>6.13.3</h2> <ul> <li>feat(nextjs): Add ability for integration tests to use linked <code>@sentry/xxxx</code> packages (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4019">#4019</a>)</li> <li>feat(nextjs): Support <code>distDir</code> Next.js option (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3990">#3990</a>)</li> <li>fix(tracing): Call hasTracingEnabled with correct options when invoking startTransaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4020">#4020</a>)</li> <li>ref(browser): Refactor sending client reports w. fetch fallback (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4008">#4008</a>)</li> <li>ref(core): Make getTransport method on client optional (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4013">#4013</a>)</li> <li>ref(ember): Update htmlbars dependency (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4026">#4026</a>)</li> <li>ref(integrations): Minor simplification of ExtraErrorData code (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4024">#4024</a>)</li> <li>ref(react): Rely on error.cause to link ErrorBoundary errors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4005">#4005</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cbb01ba00dae9e19f9661d5a8672fd1d5871cf1f"><code>cbb01ba</code></a> release: 6.13.3</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/24ab0181fc3abe32ce7e85b6840c8a447bd2286e"><code>24ab018</code></a> misc: 6.13.3 changelog</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/00fba50e6971fcf36af413070bdfa423bcf8cc19"><code>00fba50</code></a> ref(react): Rely on error.cause to link ErrorBoundary errors (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4005">#4005</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bdcf13321c0795d3ab31a8bd02f5566b63cb7c86"><code>bdcf133</code></a> ref(ember): Update htmlbars dependency (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4026">#4026</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d1c471fd7e50204e082b49dab50701d1a2087474"><code>d1c471f</code></a> ref(integrations): Minor simplification of ExtraErrorData code (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4024">#4024</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/389ae606752d03b9e9e6787b8acd44c67d34a8e1"><code>389ae60</code></a> feat(nextjs): Add ability for integration tests to use linked <code>@sentry/xxxx</code> ...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/feb2bb57bcefb7c67512ce1ad24dfefb717b014f"><code>feb2bb5</code></a> fix(tracing): Call hasTracingEnabled with correct options when invoking start...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f96d47b8b53d8a9301981a74a75d98aaca8a71e0"><code>f96d47b</code></a> ref(core): Make getTransport method on client optional (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4013">#4013</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0e664af86294cf6c5c1676deac9c669f561747c2"><code>0e664af</code></a> ref(browser): Refactor sending client reports w. fetch fallback (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4008">#4008</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d920532f75125d170acbc2e7c5d544d5b8fdb486"><code>d920532</code></a> chore(react): Add ts-ignore for fallback tests (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/4004">#4004</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/6.13.2...6.13.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
- Loading branch information