Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @sentry/node from 7.94.1 to 7.95.0 #126

Closed

Conversation

TheSlimvReal
Copy link
Contributor

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


Snyk has created this PR to upgrade @sentry/node from 7.94.1 to 7.95.0.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-01-23.
Release notes
Package name: @sentry/node
  • 7.95.0 - 2024-01-23

    Important Changes

    Deprecations

    This release includes some deprecations in preparation for v8.

    Most notably, it deprecates the Replay & Feedback classes in favor of a functional replacement:

    import * as Sentry from '@ sentry/browser';

    Sentry.init({
    integrations: [
    // Instead of
    new Sentry.Replay(),
    new Sentry.Feedback(),
    // Use the functional replacement:
    Sentry.replayIntegration(),
    Sentry.feedbackIntegration(),
    ],
    });

    • feat(core): Deprecate Span.origin in favor of sentry.origin attribute (#10260)
    • feat(core): Deprecate Span.parentSpanId (#10244)
    • feat(core): Expose isInitialized() to replace checking via getClient (#10296)
    • feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#10270)
    • feat(wasm): Deprecate Wasm integration class (#10230)

    Other Changes

    • feat: Make parameterize function available through browser and node API (#10085)
    • feat(feedback): Configure feedback border radius (#10289)
    • feat(sveltekit): Update default integration handling & deprecate addOrUpdateIntegration (#10263)
    • fix(replay-canvas): Add missing dependency on @ sentry/utils (#10279)
    • fix(tracing): Don't send negative ttfb (#10286)

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

    Bundle size 📦

    Path Size
    @ sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.79 KB
    @ sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 68.96 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.85 KB
    @ sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.6 KB
    @ sentry/browser (incl. Tracing) - Webpack (gzipped) 32.97 KB
    @ sentry/browser (incl. Feedback) - Webpack (gzipped) 31.24 KB
    @ sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.25 KB
    @ sentry/browser - Webpack (gzipped) 22.53 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.46 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.03 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.85 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped) 24.36 KB
    @ sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 211.12 KB
    @ sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 99.11 KB
    @ sentry/browser - ES6 CDN Bundle (minified & uncompressed) 72.91 KB
    @ sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 35.95 KB
    @ sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.37 KB
    @ sentry/react - Webpack (gzipped) 22.58 KB
    @ sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 85.98 KB
    @ sentry/nextjs Client - Webpack (gzipped) 50.27 KB
    @ sentry-internal/feedback - Webpack (gzipped) 17.21 KB
  • 7.94.1 - 2024-01-19
    Read more
from @sentry/node 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

@sleidig sleidig closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants