Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump @sentry/tracing from 6.12.0 to 6.13.1 (#668)
Browse files Browse the repository at this point in the history
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 6.12.0 to 6.13.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>6.13.1</h2>
<ul>
<li>fix(browser): Check for document when sending outcomes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3993">#3993</a>)</li>
</ul>
<h2>6.13.0</h2>
<ul>
<li>feat(browser): Client Report Support (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3955">#3955</a>)</li>
<li>feat(perf): Add experimental option to improve LCP collection (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3879">#3879</a>)</li>
<li>fix(browser): Make sure that <code>document.head</code> or <code>document.body</code> exists for <code>injectReportDialog</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3972">#3972</a>)</li>
<li>fix(browser): Parse frames-only <code>safari(-web)-extension</code> stack (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3929">#3929</a>)</li>
<li>fix(ember): Move <code>ember-source</code> to <code>devDependencies</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3962">#3962</a>)</li>
<li>fix(hub): Don't set <code>lastEventID</code> for transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3966">#3966</a>)</li>
<li>fix(nextjs): Include nextjs config's <code>basePath</code> on <code>urlPrefix</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3922">#3922</a>)</li>
<li>fix(node): Add protocol detection for get/request calls without explict protocol (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3950">#3950</a>)</li>
<li>fix(node): Disable <code>autoSessionTracking</code> if dsn undefined (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3954">#3954</a>)</li>
<li>fix(vue): Check for matched route existence before starting transaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3973">#3973</a>)</li>
<li>ref(browser): Migrate unit tests from Chai and Karma to Jest (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3965">#3965</a>)</li>
<li>ref(nextjs): Exclude cross-platform tracing code from bundles (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3978">#3978</a>)</li>
<li>ref(tracing): Idle transaction refactoring (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3988">#3988</a>)</li>
</ul>
<h2>6.13.0-beta.3</h2>
<ul>
<li>fix(browser): Use <code>dateTimestampInSeconds</code> instead of <code>Date.now</code> to send seconds-based timestamp</li>
</ul>
<h2>6.13.0-beta.2</h2>
<ul>
<li>fix(browser): Add required empty envelope header to Client Report envelope payload</li>
</ul>
<h2>6.13.0-beta.1</h2>
<ul>
<li>feat(browser): Client Report Support (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3955">#3955</a>)</li>
<li>feat(perf): Add experimental option to improve LCP collection (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3879">#3879</a>)</li>
<li>fix(browser): Make sure that <code>document.head</code> or <code>document.body</code> exists for <code>injectReportDialog</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3972">#3972</a>)</li>
<li>fix(browser): Parse frames-only <code>safari(-web)-extension</code> stack (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3929">#3929</a>)</li>
<li>fix(ember): Move <code>ember-source</code> to <code>devDependencies</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3962">#3962</a>)</li>
<li>fix(hub): Don't set <code>lastEventID</code> for transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3966">#3966</a>)</li>
<li>fix(nextjs): Include nextjs config's <code>basePath</code> on <code>urlPrefix</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3922">#3922</a>)</li>
<li>fix(node): Add protocol detection for get/request calls without explict protocol (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3950">#3950</a>)</li>
<li>fix(node): Disable <code>autoSessionTracking</code> if dsn undefined (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3954">#3954</a>)</li>
<li>fix(vue): Check for matched route existence before starting transaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3973">#3973</a>)</li>
<li>ref(browser): Migrate unit tests from Chai and Karma to Jest (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3965">#3965</a>)</li>
<li>ref(nextjs): Exclude cross-platform tracing code from bundles (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3978">#3978</a>)</li>
</ul>
<h2>6.13.0-beta.0</h2>
<ul>
<li>feat(tracing): Add <code>tracestate</code> header handling</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.1</h2>
<ul>
<li>fix(browser): Check for document when sending outcomes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3993">#3993</a>)</li>
</ul>
<h2>6.13.0</h2>
<ul>
<li>feat(browser): Client Report Support (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3955">#3955</a>)</li>
<li>feat(perf): Add experimental option to improve LCP collection (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3879">#3879</a>)</li>
<li>fix(browser): Make sure that <code>document.head</code> or <code>document.body</code> exists for <code>injectReportDialog</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3972">#3972</a>)</li>
<li>fix(browser): Parse frames-only <code>safari(-web)-extension</code> stack (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3929">#3929</a>)</li>
<li>fix(ember): Move <code>ember-source</code> to <code>devDependencies</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3962">#3962</a>)</li>
<li>fix(hub): Don't set <code>lastEventID</code> for transactions (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3966">#3966</a>)</li>
<li>fix(nextjs): Include nextjs config's <code>basePath</code> on <code>urlPrefix</code> (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3922">#3922</a>)</li>
<li>fix(node): Add protocol detection for get/request calls without explict protocol (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3950">#3950</a>)</li>
<li>fix(node): Disable <code>autoSessionTracking</code> if dsn undefined (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3954">#3954</a>)</li>
<li>fix(vue): Check for matched route existence before starting transaction (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3973">#3973</a>)</li>
<li>ref(browser): Migrate unit tests from Chai and Karma to Jest (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3965">#3965</a>)</li>
<li>ref(nextjs): Exclude cross-platform tracing code from bundles (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3978">#3978</a>)</li>
<li>ref(tracing): Idle transaction refactoring (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3988">#3988</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/fdf519b27d61454648a7bd40eec992c11c973846"><code>fdf519b</code></a> release: 6.13.1</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/846a6e670f29c2286fda4d12cc41c96916802034"><code>846a6e6</code></a> misc: 6.13.1 changelog</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/3fcd6d88b3266be69ea44d37c87a3f1fdb876a3c"><code>3fcd6d8</code></a> fix(browser): Check for document when sending outcomes (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3993">#3993</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/4841625ce176714fa4ba1c9cc6d5e85fbc4a2a2e"><code>4841625</code></a> Merge branch 'release/6.13.0'</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/a241a0c77bd5ebb4d7f1657c1e9eb5e4c2272fbf"><code>a241a0c</code></a> release: 6.13.0</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/0f98b5abf4eed1a36ddb7a14b0d868540e518335"><code>0f98b5a</code></a> misc: 6.13.0 changelog</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/44033d19e140fde8f94c98590add111196ba1776"><code>44033d1</code></a> feat(browser): Client Report Support  (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3955">#3955</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/eea6d5464d9008774d8d8c24e1a6fa5a3c2159bf"><code>eea6d54</code></a> ref(tracing): Idle transaction refactoring (<a href="https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/3988">#3988</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/4ea7b5d3252796a992de47f68f99e3e36818a851"><code>4ea7b5d</code></a> ref(ember): Lock all ember-related packages to their minor versions</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/6791b1799e801ea550f106504f17002551613034"><code>6791b17</code></a> ref(ember): Fix Qunit causing flake</li>
<li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/6.12.0...6.13.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=6.12.0&new-version=6.13.1)](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
dependabot[bot] authored Sep 21, 2021
1 parent 9c8af7a commit 956436f
Showing 1 changed file with 39 additions and 8 deletions.
47 changes: 39 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,6 +2741,15 @@
"@sentry/utils" "6.12.0"
tslib "^1.9.3"

"@sentry/[email protected]":
version "6.13.1"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.13.1.tgz#587227fa502e3ed699878ac903f2a5100849cb00"
integrity sha512-O7bR5suyVNTNyr6tm0IjhZ7NvxSHIbHoy5KYbVv05HQ/DmvAbYWq4dtOMvYQuuTD9krGkZdwPg4Gm6KnFaKqoQ==
dependencies:
"@sentry/types" "6.13.1"
"@sentry/utils" "6.13.1"
tslib "^1.9.3"

"@sentry/[email protected]":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.12.0.tgz#cbe20e95056cedb9709d7d5b2119ef95206a9f8c"
Expand All @@ -2750,6 +2759,15 @@
"@sentry/types" "6.12.0"
tslib "^1.9.3"

"@sentry/[email protected]":
version "6.13.1"
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.13.1.tgz#86865cc0d6090d9c8be2c44ec7f14a9c66910e7d"
integrity sha512-waRLPRFT1G95LsklH25LvfJy4vSe54PPRSeAGNPa4xVLCP56CnbNXGEXGDyPUewtqESwVpRG6GPL1QRV67IixA==
dependencies:
"@sentry/hub" "6.13.1"
"@sentry/types" "6.13.1"
tslib "^1.9.3"

"@sentry/react@^6.11.0":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-6.12.0.tgz#8ae2680d226fafb0da0f3d8366bb285004ba6c2e"
Expand All @@ -2763,21 +2781,26 @@
tslib "^1.9.3"

"@sentry/tracing@^6.11.0":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.12.0.tgz#a05c8985ee7fed7310b029b147d8f9f14f2a2e67"
integrity sha512-u10QHNknPBzbWSUUNMkvuH53sQd5NaBo6YdNPj4p5b7sE7445Sh0PwBpRbY3ZiUUiwyxV59fx9UQ4yVnPGxZQA==
dependencies:
"@sentry/hub" "6.12.0"
"@sentry/minimal" "6.12.0"
"@sentry/types" "6.12.0"
"@sentry/utils" "6.12.0"
version "6.13.1"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.13.1.tgz#eec84740a2566132c14c151e855f2a8a2dac3716"
integrity sha512-UF0yHtWXi5SfDa5oKCSw463P3AyAf635w6zFMiLV6kt8DDjnOwJRcT7dekRIU8F4Du+2nWJFPoXsmt1sablycw==
dependencies:
"@sentry/hub" "6.13.1"
"@sentry/minimal" "6.13.1"
"@sentry/types" "6.13.1"
"@sentry/utils" "6.13.1"
tslib "^1.9.3"

"@sentry/[email protected]":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.12.0.tgz#b7395688a79403c6df8d8bb8d81deb8222519853"
integrity sha512-urtgLzE4EDMAYQHYdkgC0Ei9QvLajodK1ntg71bGn0Pm84QUpaqpPDfHRU+i6jLeteyC7kWwa5O5W1m/jrjGXA==

"@sentry/[email protected]":
version "6.13.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.13.1.tgz#650e5e5fe4aa415987e14cfa2ca03e5d5eb3e347"
integrity sha512-dYm8qv/O6QhOCmWi5rlJBX9rjEqvnjnZH1zqhQCWhMmF9aYS151Y41P1C0TS0o17Z0ClonLiYMG1J+zE/Pmtqg==

"@sentry/[email protected]":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.12.0.tgz#3de261e8d11bdfdc7add64a3065d43517802e975"
Expand All @@ -2786,6 +2809,14 @@
"@sentry/types" "6.12.0"
tslib "^1.9.3"

"@sentry/[email protected]":
version "6.13.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.13.1.tgz#5c974c4235615ac50caed2b25c30b33a6a234425"
integrity sha512-qFDup/nBj2u2rAcQADFG3njVYUCo4XOQkCT7XdA5Flg1a++r6tIBdjiRyyjb8nqwHZ/OQsKr/V/EQaJiW29ETA==
dependencies:
"@sentry/types" "6.13.1"
tslib "^1.9.3"

"@sideway/address@^4.1.0":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.2.tgz#811b84333a335739d3969cfc434736268170cad1"
Expand Down

0 comments on commit 956436f

Please sign in to comment.