Build(deps): bump @sentry/tracing from 7.37.2 to 7.38.0 #957

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.38.0 into master 2023-02-20 14:09:46 +00:00
argoyle commented 2023-02-18 04:39:33 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.37.2 to 7.38.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.38.0

  • feat: Put abs_path into stack frame object (#7167)
  • feat(integrations): Deprecate Offline integration (#7063)
  • feat(otel): Convert exception otel events to sentry errors (#7165)
  • feat(replay): Change LCP calculation (#7187)
  • feat(tracing): Support Apollo/GraphQL with NestJS (#7194)
  • feat(tracing): Track PerformanceResourceTiming.renderBlockingStatus (#7127)
  • feat(tracing|core): Remove transaction name change recording (#7197)
  • fix(browser): Ensure dedupe integration ignores non-errors (#7172)
  • fix(core): Skip empty integrations (#7204)
  • fix(nextjs): Fix faulty import in Next.js .d.ts (#7175)
  • fix(otel): Make otel.kind be a string (#7182)
  • fix(react): Make fallback render types more accurate (#7198)
  • fix(replay): Debounced flushes not respecting maxWait (#7207, #7208)
  • ref(replay): Improve logging for stopped replay (#7174)

Work in this release contributed by @​lucas-zimermann. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.05 KB
@​sentry/browser - ES5 CDN Bundle (minified) 62.14 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.68 KB
@​sentry/browser - ES6 CDN Bundle (minified) 55.29 KB
@​sentry/browser - Webpack (gzipped + minified) 20.41 KB
@​sentry/browser - Webpack (minified) 66.73 KB
@​sentry/react - Webpack (gzipped + minified) 20.44 KB
@​sentry/nextjs Client - Webpack (gzipped + minified) 47.78 KB
@​sentry/browser + @​sentry/tracing - ES5 CDN Bundle (gzipped + minified) 26.93 KB
@​sentry/browser + @​sentry/tracing - ES6 CDN Bundle (gzipped + minified) 25.2 KB
@​sentry/replay ES6 CDN Bundle (gzipped + minified) 42.57 KB
@​sentry/replay - Webpack (gzipped + minified) 36.78 KB
@​sentry/browser + @​sentry/tracing + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.2 KB
@​sentry/browser + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 53.8 KB
Changelog

Sourced from @​sentry/tracing's changelog.

7.38.0

  • feat: Put abs_path into stack frame object (#7167)
  • feat(integrations): Deprecate Offline integration (#7063)
  • feat(otel): Convert exception otel events to sentry errors (#7165)
  • feat(replay): Change LCP calculation (#7187)
  • feat(tracing): Support Apollo/GraphQL with NestJS (#7194)
  • feat(tracing): Track PerformanceResourceTiming.renderBlockingStatus (#7127)
  • feat(tracing|core): Remove transaction name change recording (#7197)
  • fix(browser): Ensure dedupe integration ignores non-errors (#7172)
  • fix(core): Skip empty integrations (#7204)
  • fix(nextjs): Fix faulty import in Next.js .d.ts (#7175)
  • fix(otel): Make otel.kind be a string (#7182)
  • fix(react): Make fallback render types more accurate (#7198)
  • fix(replay): Debounced flushes not respecting maxWait (#7207, #7208)
  • ref(replay): Improve logging for stopped replay (#7174)

Work in this release contributed by @​lucas-zimermann. Thank you for your contribution!

Commits
  • a6cae1a release: 7.38.0
  • dcab04e Merge pull request #7218 from getsentry/develop
  • 82db382 ci: Ensure we can actually run size-limit for release branches (#7214)
  • afffdac test(replay): Test replay recording across multiple pages and navigations (#7...
  • 09c6cbe ci: Fix auto-release workflow (#7213)
  • b290fca Merge pull request #7210 from getsentry/prepare-release/7.38.0
  • bbe3c30 meta(changelog): Update CHANGELOG for 7.38.0
  • aacdf2b fix(replay): Fix debounce when maxWait == wait (#7208)
  • 8305b94 feat(replay): Change LCP calculation (#7187)
  • b66559f fix(replay): Debounced flushes not respecting maxWait (#7207)
  • 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.37.2 to 7.38.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.38.0</h2> <ul> <li>feat: Put <code>abs_path</code> into stack frame object (<a href="https://github.com/getsentry/sentry-javascript/issues/7167">#7167</a>)</li> <li>feat(integrations): Deprecate <code>Offline</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/7063">#7063</a>)</li> <li>feat(otel): Convert exception otel events to sentry errors (<a href="https://github.com/getsentry/sentry-javascript/issues/7165">#7165</a>)</li> <li>feat(replay): Change LCP calculation (<a href="https://github.com/getsentry/sentry-javascript/issues/7187">#7187</a>)</li> <li>feat(tracing): Support Apollo/GraphQL with NestJS (<a href="https://github.com/getsentry/sentry-javascript/issues/7194">#7194</a>)</li> <li>feat(tracing): Track <code>PerformanceResourceTiming.renderBlockingStatus</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7127">#7127</a>)</li> <li>feat(tracing|core): Remove transaction name change recording (<a href="https://github.com/getsentry/sentry-javascript/issues/7197">#7197</a>)</li> <li>fix(browser): Ensure dedupe integration ignores non-errors (<a href="https://github.com/getsentry/sentry-javascript/issues/7172">#7172</a>)</li> <li>fix(core): Skip empty integrations (<a href="https://github.com/getsentry/sentry-javascript/issues/7204">#7204</a>)</li> <li>fix(nextjs): Fix faulty import in Next.js .d.ts (<a href="https://github.com/getsentry/sentry-javascript/issues/7175">#7175</a>)</li> <li>fix(otel): Make otel.kind be a string (<a href="https://github.com/getsentry/sentry-javascript/issues/7182">#7182</a>)</li> <li>fix(react): Make fallback render types more accurate (<a href="https://github.com/getsentry/sentry-javascript/issues/7198">#7198</a>)</li> <li>fix(replay): Debounced flushes not respecting <code>maxWait</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7207">#7207</a>, <a href="https://github.com/getsentry/sentry-javascript/issues/7208">#7208</a>)</li> <li>ref(replay): Improve logging for stopped replay (<a href="https://github.com/getsentry/sentry-javascript/issues/7174">#7174</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/lucas-zimermann"><code>@​lucas-zimermann</code></a>. Thank you for your contribution!</p> <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.05 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES5 CDN Bundle (minified)</td> <td>62.14 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>18.68 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (minified)</td> <td>55.29 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped + minified)</td> <td>20.41 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (minified)</td> <td>66.73 KB</td> </tr> <tr> <td><code>@​sentry/react</code> - Webpack (gzipped + minified)</td> <td>20.44 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client - Webpack (gzipped + minified)</td> <td>47.78 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> - ES5 CDN Bundle (gzipped + minified)</td> <td>26.93 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>25.2 KB</td> </tr> <tr> <td><code>@​sentry/replay</code> ES6 CDN Bundle (gzipped + minified)</td> <td>42.57 KB</td> </tr> <tr> <td><code>@​sentry/replay</code> - Webpack (gzipped + minified)</td> <td>36.78 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/tracing</code> + <code>@​sentry/replay</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>60.2 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> + <code>@​sentry/replay</code> - ES6 CDN Bundle (gzipped + minified)</td> <td>53.8 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.38.0</h2> <ul> <li>feat: Put <code>abs_path</code> into stack frame object (<a href="https://github.com/getsentry/sentry-javascript/issues/7167">#7167</a>)</li> <li>feat(integrations): Deprecate <code>Offline</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/7063">#7063</a>)</li> <li>feat(otel): Convert exception otel events to sentry errors (<a href="https://github.com/getsentry/sentry-javascript/issues/7165">#7165</a>)</li> <li>feat(replay): Change LCP calculation (<a href="https://github.com/getsentry/sentry-javascript/issues/7187">#7187</a>)</li> <li>feat(tracing): Support Apollo/GraphQL with NestJS (<a href="https://github.com/getsentry/sentry-javascript/issues/7194">#7194</a>)</li> <li>feat(tracing): Track <code>PerformanceResourceTiming.renderBlockingStatus</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7127">#7127</a>)</li> <li>feat(tracing|core): Remove transaction name change recording (<a href="https://github.com/getsentry/sentry-javascript/issues/7197">#7197</a>)</li> <li>fix(browser): Ensure dedupe integration ignores non-errors (<a href="https://github.com/getsentry/sentry-javascript/issues/7172">#7172</a>)</li> <li>fix(core): Skip empty integrations (<a href="https://github.com/getsentry/sentry-javascript/issues/7204">#7204</a>)</li> <li>fix(nextjs): Fix faulty import in Next.js .d.ts (<a href="https://github.com/getsentry/sentry-javascript/issues/7175">#7175</a>)</li> <li>fix(otel): Make otel.kind be a string (<a href="https://github.com/getsentry/sentry-javascript/issues/7182">#7182</a>)</li> <li>fix(react): Make fallback render types more accurate (<a href="https://github.com/getsentry/sentry-javascript/issues/7198">#7198</a>)</li> <li>fix(replay): Debounced flushes not respecting <code>maxWait</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7207">#7207</a>, <a href="https://github.com/getsentry/sentry-javascript/issues/7208">#7208</a>)</li> <li>ref(replay): Improve logging for stopped replay (<a href="https://github.com/getsentry/sentry-javascript/issues/7174">#7174</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/lucas-zimermann"><code>@​lucas-zimermann</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a6cae1a269050a9c594682a17fb537ba57b410f6"><code>a6cae1a</code></a> release: 7.38.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/dcab04e511addf84947b2257c1f94b0af866d28f"><code>dcab04e</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7218">#7218</a> from getsentry/develop</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/82db382736997ab9bb921c9a37458a53aedab6e4"><code>82db382</code></a> ci: Ensure we can actually run size-limit for release branches (<a href="https://github.com/getsentry/sentry-javascript/issues/7214">#7214</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/afffdac905b2a0398d8de52dbe3c0465a677edd3"><code>afffdac</code></a> test(replay): Test replay recording across multiple pages and navigations (<a href="https://github.com/getsentry/sentry-javascript/issues/7">#7</a>...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/09c6cbe28a02db0a327cbee9298375386bb0219d"><code>09c6cbe</code></a> ci: Fix auto-release workflow (<a href="https://github.com/getsentry/sentry-javascript/issues/7213">#7213</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b290fcae0466ecd8026c40b14d87473c130e9207"><code>b290fca</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7210">#7210</a> from getsentry/prepare-release/7.38.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/bbe3c30ffb782df4fcc0811171dbb6ea09328118"><code>bbe3c30</code></a> meta(changelog): Update CHANGELOG for 7.38.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/aacdf2b478f59516ec4d79f080b7434a2f168d0b"><code>aacdf2b</code></a> fix(replay): Fix debounce when <code>maxWait</code> == <code>wait</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7208">#7208</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8305b949efe212fd7ee9f5f8f7602f94fa73313d"><code>8305b94</code></a> feat(replay): Change LCP calculation (<a href="https://github.com/getsentry/sentry-javascript/issues/7187">#7187</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b66559fd414cfc5f83fc87ac63f6d08e1e8319b4"><code>b66559f</code></a> fix(replay): Debounced flushes not respecting <code>maxWait</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7207">#7207</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.37.2...7.38.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-02-20 13:59:07 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-02-20 13:59:09 +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-02-20 13:59:28 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-02-20 13:59:28 +00:00 (Migrated from gitlab.com)

added 2 commits

  • fe86c423 - 1 commit from branch master
  • f86903fe - Build(deps): bump @sentry/tracing from 7.37.2 to 7.38.0

Compare with previous version

added 2 commits <ul><li>fe86c423 - 1 commit from branch <code>master</code></li><li>f86903fe - Build(deps): bump @sentry/tracing from 7.37.2 to 7.38.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/908/diffs?diff_id=608368876&start_sha=3c1adb5155c49b1a9984249536f5d954f30a21e4)
argoyle commented 2023-02-20 13:59:29 +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-02-20 14:00:23 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-02-20 14:09:46 +00:00
Sign in to join this conversation.