javascript-grapqhl-simple icon indicating copy to clipboard operation
javascript-grapqhl-simple copied to clipboard

[Snyk] Upgrade @sentry/tracing from 7.66.0 to 7.67.0

Open jeresoftx opened this issue 9 months ago • 0 comments

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @sentry/tracing from 7.66.0 to 7.67.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-09-05.
Release notes
Package name: @sentry/tracing
  • 7.67.0 - 2023-09-05

    Important Changes

    • feat: Mark errors caught by the SDK as unhandled
      • feat(browser): Mark errors caught from TryCatch integration as unhandled (#8890)
      • feat(integrations): Mark errors caught from HttpClient and CaptureConsole integrations as unhandled (#8891)
      • feat(nextjs): Mark errors caught from NextJS wrappers as unhandled (#8893)
      • feat(react): Mark errors captured from ErrorBoundary as unhandled (#8914)
      • feat(remix): Mark errors caught from Remix instrumentation as unhandled (#8894)
      • feat(serverless): Mark errors caught in Serverless handlers as unhandled (#8907)
      • feat(vue): Mark errors caught by Vue wrappers as unhandled (#8905)

    This release fixes inconsistent behaviour of when our SDKs classify captured errors as unhandled.
    Previously, some of our instrumentations correctly set unhandled, while others set handled.
    Going forward, all errors caught automatically from our SDKs will be marked as unhandled.
    If you manually capture errors (e.g. by calling Sentry.captureException), your errors will continue to be reported as handled.

    This change might lead to a decrease in reported crash-free sessions and consequently in your release health score.
    If you have concerns about this, feel free to open an issue.

    Other Changes

    • feat(node-experimental): Implement new performance APIs (#8911)
    • feat(node-experimental): Sync OTEL context with Sentry AsyncContext (#8797)
    • feat(replay): Allow to configure maxReplayDuration (#8769)
    • feat(remix): Add debugid injection and map deletion to sourcemaps script (#8814)
    • fix(browser): Add replay and profiling options to BrowserClientOptions (#8921)
    • fix(browser): Check for existence of instrumentation targets (#8939)
    • fix(nextjs): Don't re-export default in route handlers (#8924)
    • fix(node): Improve mysql integration (#8923)
    • fix(remix): Guard against missing default export for server instrument (#8909)
    • ref(browser): Deprecate top-level wrap function (#8927)
    • ref(node-otel): Avoid exporting internals & refactor attribute adding (#8920)

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

    Bundle size 📦

    Path Size
    @ sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.32 KB
    @ sentry/browser (incl. Tracing) - Webpack (gzipped) 31.21 KB
    @ sentry/browser - Webpack (gzipped) 21.83 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 69.83 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.16 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped) 20.15 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.71 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 84.99 KB
    @ sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.7 KB
    @ sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.05 KB
    @ sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.34 KB
    @ sentry/react - Webpack (gzipped) 21.86 KB
    @ sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.2 KB
    @ sentry/nextjs Client - Webpack (gzipped) 50.78 KB
  • 7.67.0-beta.0 - 2023-08-31

    Important Changes

    • feat(replay): Upgrade to rrweb2.0

    This should be fully backwards compatible with previously recorded replays. Only breaking change is that we will not be masking aria-label by default. This is to better support searching by clicks. Another issue is there is about a 13% bundle size increase, however this comes with improved performance and improved replay fidelity especially in regards to web components.

    Bundle size 📦

    Path Size
    @ sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 83.83 KB
    @ sentry/browser (incl. Tracing) - Webpack (gzipped) 31.22 KB
    @ sentry/browser - Webpack (gzipped) 21.84 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 78.11 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.17 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped) 20.16 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 251.58 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 85.02 KB
    @ sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.72 KB
    @ sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.07 KB
    @ sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 83.86 KB
    @ sentry/react - Webpack (gzipped) 21.87 KB
    @ sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 101.75 KB
    @ sentry/nextjs Client - Webpack (gzipped) 50.79 KB
  • 7.66.0 - 2023-08-30
    • fix: Defer tracing decision to downstream SDKs when using SDK without performance (#8839)
    • fix(nextjs): Fix package.json exports (#8895)
    • fix(sveltekit): Ensure target file exists before applying auto instrumentation (#8881)
    • ref: Use consistent console instrumentation (#8879)
    • ref(browser): Refactor sentry breadcrumb to use hook (#8892)
    • ref(tracing): Add origin to spans (#8765)

    Bundle size 📦

    Path Size
    @ sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.27 KB
    @ sentry/browser (incl. Tracing) - Webpack (gzipped) 31.25 KB
    @ sentry/browser - Webpack (gzipped) 21.86 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 69.79 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.2 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped) 20.19 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.3 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 85.13 KB
    @ sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.84 KB
    @ sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.1 KB
    @ sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.29 KB
    @ sentry/react - Webpack (gzipped) 21.89 KB
    @ sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.13 KB
    @ sentry/nextjs Client - Webpack (gzipped) 50.8 KB
from @sentry/tracing GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

jeresoftx avatar Sep 27 '23 03:09 jeresoftx