Ricochet-Exchange / ricochet-frontend

Enter the world of real-time investing
https://www.ricochet.exchange/
Other
46 stars 78 forks source link

⬆️ deps: Bump @sentry/tracing from 6.19.7 to 7.51.1 #917

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @sentry/tracing from 6.19.7 to 7.51.1.

Release notes

Sourced from @​sentry/tracing's releases.

7.51.1

  • feat(replay): Add event to capture options on checkouts (#8011)
  • feat(replay): Improve click target detection (#8026)
  • fix(node): Make sure we use same ID for checkIns (#8050)
  • fix(replay: Keep session active on key press (#8037)
  • fix(replay): Move error sampling to before send (#8057)
  • fix(sveltekit): Wrap load when typed explicitly (#8049)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.106.0 to 1.108.0:

  • fix: Fix some input masking (esp for radio buttons) (#85)
  • fix: Unescaped : in CSS rule from Safari (#86)
  • feat: Define custom elements (web components) (#87)

Work in this release contributed by @​sreetamdas. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.01 KB
@​sentry/browser - ES5 CDN Bundle (minified) 65.62 KB
@​sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.55 KB
@​sentry/browser - ES6 CDN Bundle (minified) 58.08 KB
@​sentry/browser - Webpack (gzipped + minified) 21.16 KB
@​sentry/browser - Webpack (minified) 69.03 KB
@​sentry/react - Webpack (gzipped + minified) 21.18 KB
@​sentry/nextjs Client - Webpack (gzipped + minified) 49.09 KB
@​sentry/browser + @​sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.64 KB
@​sentry/browser + @​sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.86 KB
@​sentry/replay ES6 CDN Bundle (gzipped + minified) 47.35 KB
@​sentry/replay - Webpack (gzipped + minified) 41.13 KB
@​sentry/browser + @​sentry/tracing + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 66.3 KB
@​sentry/browser + @​sentry/replay - ES6 CDN Bundle (gzipped + minified) 59.18 KB

7.51.0

Important Changes

  • feat(sveltekit): Auto-wrap load functions with proxy module (#7994)

@sentry/sveltekit now auto-wraps load functions in

  • +(page|layout).(ts|js) files (universal loads)
  • +(page|layout).server.(ts|js) files (server-only loads)

This means that you don't have to manually add the wrapLoadWithSentry and wrapServerLoadWithSentry functions around your load functions. The SDK will not interfere with already wrapped load functions.

For more details, take a look at the Readme

... (truncated)

Changelog

Sourced from @​sentry/tracing's changelog.

7.51.1

  • feat(replay): Add event to capture options on checkouts (#8011)
  • feat(replay): Improve click target detection (#8026)
  • fix(node): Make sure we use same ID for checkIns (#8050)
  • fix(replay: Keep session active on key press (#8037)
  • fix(replay): Move error sampling to before send (#8057)
  • fix(sveltekit): Wrap load when typed explicitly (#8049)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.106.0 to 1.108.0:

  • fix: Fix some input masking (esp for radio buttons) (#85)
  • fix: Unescaped : in CSS rule from Safari (#86)
  • feat: Define custom elements (web components) (#87)

Work in this release contributed by @​sreetamdas. Thank you for your contribution!

7.51.0

Important Changes

  • feat(sveltekit): Auto-wrap load functions with proxy module (#7994)

@sentry/sveltekit now auto-wraps load functions in

  • +(page|layout).(ts|js) files (universal loads)
  • +(page|layout).server.(ts|js) files (server-only loads)

This means that you don't have to manually add the wrapLoadWithSentry and wrapServerLoadWithSentry functions around your load functions. The SDK will not interfere with already wrapped load functions.

For more details, take a look at the Readme

  • chore(angular): Upgrade peerDependencies to Angular 16 (#8035)

We now officially support Angular 16 in @sentry/angular-ivy. Note that @sentry/angular does not support Angular 16.

  • feat(node): Add ability to send cron monitor check ins (#8039)

Note: This release contains a bug with generating cron monitors. We recommend you upgrade the JS SDK to 7.51.1 or above to use cron monitoring functionality

This release adds Sentry cron monitoring support to the Node SDK.

Check-in monitoring allows you to track a job's progress by completing two check-ins: one at the start of your job and another at the end of your job. This two-step process allows Sentry to notify you if your job didn't start when expected (missed) or if it exceeded its maximum runtime (failed).

const Sentry = require('@sentry/node');

</tr></table>

... (truncated)

Commits
  • c9f66ed release: 7.51.1
  • eab72fe Merge pull request #8063 from getsentry/prepare-release/7.51.1
  • 7303fd1 meta(changelog): Update changelog for 7.51.1
  • be129db feat(replay): Improve click target detection (#8026)
  • d8cf8d3 fix(replay): Move error sampling to before send (#8057)
  • 4588954 fix(node): Make sure we use same ID for checkIns (#8050)
  • 79e8e10 feat(replay): Upgrade rrweb to 1.108.0 (#8056)
  • d400d69 feat(replay): Add event to capture options on checkouts (#8011)
  • 49837ac test(replay): Update jest custom matchers for replay to use differ (#8047)
  • 194130e fix(sveltekit): Wrap load when typed explicitly (#8049)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ricochet-frontend ❌ Failed (Inspect) May 8, 2023 1:10pm
dependabot[bot] commented 1 year ago

Superseded by #918.