Build(deps): bump @sentry/tracing from 7.44.2 to 7.45.0 #1047

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.45.0 into master 2023-03-27 13:11:07 +00:00
argoyle commented 2023-03-27 11:50:05 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.44.2 to 7.45.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.45.0

  • build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
  • feat(core): Add trace function (#7556)
  • feat(hub): Make scope always defined on the hub (#7551)
  • feat(replay): Add replay_id to transaction DSC (#7571)
  • feat(replay): Capture fetch body size for replay events (#7524)
  • feat(sveltekit): Add performance monitoring for client load (#7537)
  • feat(sveltekit): Add performance monitoring for server load (#7536)
  • feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
  • feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
  • fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
  • fix(core): Ensure ignoreErrors only applies to error events (#7573)
  • fix(node): Consider tracing error handler for process exit (#7558)
  • fix(otel): Make sure we use correct hub on finish (#7577)
  • fix(react): Handle case where error.cause already defined (#7557)

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.57 KB
@​sentry/browser - ES5 CDN Bundle (minified) 64.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.13 KB
@​sentry/browser - ES6 CDN Bundle (minified) 56.58 KB
@​sentry/browser - Webpack (gzipped + minified) 21.59 KB
@​sentry/browser - Webpack (minified) 71.66 KB
@​sentry/react - Webpack (gzipped + minified) 21.61 KB
@​sentry/nextjs Client - Webpack (gzipped + minified) 51.88 KB
@​sentry/browser + @​sentry/tracing - ES5 CDN Bundle (gzipped + minified) 27.93 KB
@​sentry/browser + @​sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.1 KB
@​sentry/replay ES6 CDN Bundle (gzipped + minified) 44.33 KB
@​sentry/replay - Webpack (gzipped + minified) 38.39 KB
@​sentry/browser + @​sentry/tracing + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 62.54 KB
@​sentry/browser + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 56.06 KB
Changelog

Sourced from @​sentry/tracing's changelog.

7.45.0

  • build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
  • feat(core): Add trace function (#7556)
  • feat(hub): Make scope always defined on the hub (#7551)
  • feat(replay): Add replay_id to transaction DSC (#7571)
  • feat(replay): Capture fetch body size for replay events (#7524)
  • feat(sveltekit): Add performance monitoring for client load (#7537)
  • feat(sveltekit): Add performance monitoring for server load (#7536)
  • feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
  • feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
  • fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
  • fix(core): Ensure ignoreErrors only applies to error events (#7573)
  • fix(node): Consider tracing error handler for process exit (#7558)
  • fix(otel): Make sure we use correct hub on finish (#7577)
  • fix(react): Handle case where error.cause already defined (#7557)
Commits
  • 37e2c2b release: 7.45.0
  • 14306a0 Merge pull request #7599 from getsentry/prepare-release/7.45.0
  • 210b70f meta: Update CHANGELOG for 7.45.0
  • 0a4a072 fix(sveltekit): Handle server-only and shared load functions (#7581)
  • c5f8e48 fix(tracing): Export key tracing types from node and browser SDKs (#7593)
  • c4fbb1f test(e2e): Add E2E test with & without @​sentry/tracing import (#7590)
  • 7f8896a Revert "meta: Update CHANGELOG for 7.45.0 (#7588)" (#7592)
  • a818cc7 ci: Get release tag name from event (#7591)
  • 79fa14b meta: Update CHANGELOG for 7.45.0 (#7588)
  • 1418582 fix(otel): Make sure we use correct hub on finish (#7577)
  • Additional commits viewable in compare view


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.44.2 to 7.45.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.45.0</h2> <ul> <li>build(cdn): Ensure ES5 bundles do not use non-ES5 code (<a href="https://github.com/getsentry/sentry-javascript/issues/7550">#7550</a>)</li> <li>feat(core): Add trace function (<a href="https://github.com/getsentry/sentry-javascript/issues/7556">#7556</a>)</li> <li>feat(hub): Make scope always defined on the hub (<a href="https://github.com/getsentry/sentry-javascript/issues/7551">#7551</a>)</li> <li>feat(replay): Add <code>replay_id</code> to transaction DSC (<a href="https://github.com/getsentry/sentry-javascript/issues/7571">#7571</a>)</li> <li>feat(replay): Capture fetch body size for replay events (<a href="https://github.com/getsentry/sentry-javascript/issues/7524">#7524</a>)</li> <li>feat(sveltekit): Add performance monitoring for client load (<a href="https://github.com/getsentry/sentry-javascript/issues/7537">#7537</a>)</li> <li>feat(sveltekit): Add performance monitoring for server load (<a href="https://github.com/getsentry/sentry-javascript/issues/7536">#7536</a>)</li> <li>feat(sveltekit): Add performance monitoring to Sveltekit server handle (<a href="https://github.com/getsentry/sentry-javascript/issues/7532">#7532</a>)</li> <li>feat(sveltekit): Add SvelteKit routing instrumentation (<a href="https://github.com/getsentry/sentry-javascript/issues/7565">#7565</a>)</li> <li>fix(browser): Ensure keepalive flag is correctly set for parallel requests (<a href="https://github.com/getsentry/sentry-javascript/issues/7553">#7553</a>)</li> <li>fix(core): Ensure <code>ignoreErrors</code> only applies to error events (<a href="https://github.com/getsentry/sentry-javascript/issues/7573">#7573</a>)</li> <li>fix(node): Consider tracing error handler for process exit (<a href="https://github.com/getsentry/sentry-javascript/issues/7558">#7558</a>)</li> <li>fix(otel): Make sure we use correct hub on finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7577">#7577</a>)</li> <li>fix(react): Handle case where error.cause already defined (<a href="https://github.com/getsentry/sentry-javascript/issues/7557">#7557</a>)</li> </ul> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@​sentry/browser</code> - ES5 CDN Bundle (gzipped + minified)</td> <td>20.57 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES5 CDN Bundle (minified)</td> <td>64.2 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>19.13 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (minified)</td> <td>56.58 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped + minified)</td> <td>21.59 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (minified)</td> <td>71.66 KB</td> </tr> <tr> <td><code>@​sentry/react</code> - Webpack (gzipped + minified)</td> <td>21.61 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client - Webpack (gzipped + minified)</td> <td>51.88 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> - ES5 CDN Bundle (gzipped + minified)</td> <td>27.93 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>26.1 KB</td> </tr> <tr> <td><code>@​sentry/replay</code> ES6 CDN Bundle (gzipped + minified)</td> <td>44.33 KB</td> </tr> <tr> <td><code>@​sentry/replay</code> - Webpack (gzipped + minified)</td> <td>38.39 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> + <code>@​sentry/replay</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>62.54 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/replay</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>56.06 KB</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/tracing</code>'s changelog</a>.</em></p> <blockquote> <h2>7.45.0</h2> <ul> <li>build(cdn): Ensure ES5 bundles do not use non-ES5 code (<a href="https://github.com/getsentry/sentry-javascript/issues/7550">#7550</a>)</li> <li>feat(core): Add trace function (<a href="https://github.com/getsentry/sentry-javascript/issues/7556">#7556</a>)</li> <li>feat(hub): Make scope always defined on the hub (<a href="https://github.com/getsentry/sentry-javascript/issues/7551">#7551</a>)</li> <li>feat(replay): Add <code>replay_id</code> to transaction DSC (<a href="https://github.com/getsentry/sentry-javascript/issues/7571">#7571</a>)</li> <li>feat(replay): Capture fetch body size for replay events (<a href="https://github.com/getsentry/sentry-javascript/issues/7524">#7524</a>)</li> <li>feat(sveltekit): Add performance monitoring for client load (<a href="https://github.com/getsentry/sentry-javascript/issues/7537">#7537</a>)</li> <li>feat(sveltekit): Add performance monitoring for server load (<a href="https://github.com/getsentry/sentry-javascript/issues/7536">#7536</a>)</li> <li>feat(sveltekit): Add performance monitoring to Sveltekit server handle (<a href="https://github.com/getsentry/sentry-javascript/issues/7532">#7532</a>)</li> <li>feat(sveltekit): Add SvelteKit routing instrumentation (<a href="https://github.com/getsentry/sentry-javascript/issues/7565">#7565</a>)</li> <li>fix(browser): Ensure keepalive flag is correctly set for parallel requests (<a href="https://github.com/getsentry/sentry-javascript/issues/7553">#7553</a>)</li> <li>fix(core): Ensure <code>ignoreErrors</code> only applies to error events (<a href="https://github.com/getsentry/sentry-javascript/issues/7573">#7573</a>)</li> <li>fix(node): Consider tracing error handler for process exit (<a href="https://github.com/getsentry/sentry-javascript/issues/7558">#7558</a>)</li> <li>fix(otel): Make sure we use correct hub on finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7577">#7577</a>)</li> <li>fix(react): Handle case where error.cause already defined (<a href="https://github.com/getsentry/sentry-javascript/issues/7557">#7557</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/37e2c2be13692aa3448c2724dbec3c96265e0a29"><code>37e2c2b</code></a> release: 7.45.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/14306a0d0e2c73b4aaec30e82cafbbc03ee929dc"><code>14306a0</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7599">#7599</a> from getsentry/prepare-release/7.45.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/210b70f32ab251dfaa464694c6f2961759a0ba90"><code>210b70f</code></a> meta: Update CHANGELOG for 7.45.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0a4a07266bf5700d6a46259ace43ba46791567f3"><code>0a4a072</code></a> fix(sveltekit): Handle server-only and shared load functions (<a href="https://github.com/getsentry/sentry-javascript/issues/7581">#7581</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c5f8e4893efc25661960440341f638e959b7985c"><code>c5f8e48</code></a> fix(tracing): Export key tracing types from node and browser SDKs (<a href="https://github.com/getsentry/sentry-javascript/issues/7593">#7593</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c4fbb1f2ffd78cbcf6b5153075d696e14bf0e7a6"><code>c4fbb1f</code></a> test(e2e): Add E2E test with &amp; without <code>@​sentry/tracing</code> import (<a href="https://github.com/getsentry/sentry-javascript/issues/7590">#7590</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7f8896a0f4f05c8fb25bcc15d25d1a80f9d8d02b"><code>7f8896a</code></a> Revert &quot;meta: Update CHANGELOG for 7.45.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/7588">#7588</a>)&quot; (<a href="https://github.com/getsentry/sentry-javascript/issues/7592">#7592</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a818cc7e571d504af7df31093c2f58e11ba9d7d6"><code>a818cc7</code></a> ci: Get release tag name from event (<a href="https://github.com/getsentry/sentry-javascript/issues/7591">#7591</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/79fa14bcf66185625e2c39c607e744c056830a5c"><code>79fa14b</code></a> meta: Update CHANGELOG for 7.45.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/7588">#7588</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/1418582c5263a65d1749b5e6b5a5b0462a8d3181"><code>1418582</code></a> fix(otel): Make sure we use correct hub on finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7577">#7577</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.44.2...7.45.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>
argoyle commented 2023-03-27 12:59:43 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-03-27 12:59:45 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2023-03-27 13:00:03 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-03-27 13:00:03 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 616cfa1c...feb5a5ae - 4 commits from branch master
  • 7103f8d8 - Build(deps): bump @sentry/tracing from 7.44.2 to 7.45.0

Compare with previous version

added 5 commits <ul><li>616cfa1c...feb5a5ae - 4 commits from branch <code>master</code></li><li>7103f8d8 - Build(deps): bump @sentry/tracing from 7.44.2 to 7.45.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/998/diffs?diff_id=639300366&start_sha=616cfa1c19b8ea26f927316dbd89bcba81b46f7d)
argoyle commented 2023-03-27 13:00:04 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-03-27 13:00:39 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-03-27 13:11:07 +00:00
Sign in to join this conversation.