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.11.1 to 7.57.0 #15

Closed

Conversation

sleidig
Copy link
Member

@sleidig sleidig commented Jul 21, 2023

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.11.1 to 7.57.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 72 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-06-28.
Release notes
Package name: @sentry/node
  • 7.57.0 - 2023-06-28

    Important Changes

    • build: Update typescript from 3.8.3 to 4.9.5 (#8255)

    This release version bumps the internally used typescript version from 3.8.x to 4.9.x.
    We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9.
    This means that this change should be fully backwards compatible and not have any noticable user impact,
    but if you still encounter issues please let us know.

    • feat(types): Add tracePropagationTargets to top level options (#8395)

    Instead of passing tracePropagationTargets to the BrowserTracing integration, you can now define them on the top level:

    Sentry.init({
      tracePropagationTargets: ['api.site.com'],
    });
    • fix(angular): Filter out TryCatch integration by default (#8367)

    The Angular and Angular-ivy SDKs will not install the TryCatch integration anymore by default.
    This integration conflicted with the SentryErrorHander, sometimes leading to duplicated errors and/or missing data on events.

    • feat(browser): Better event name handling for non-Error objects (#8374)

    When capturing non-errors via Sentry.captureException(), e.g. Sentry.captureException({ prop: "custom object" }),
    we now generate a more helpful value for the synthetic exception. Instead of e.g. Non-Error exception captured with keys: currentTarget, isTrusted, target, type, you'll now get messages like:

    Object captured as exception with keys: prop1, prop2
    Event `MouseEvent` (type=click) captured as exception
    Event `ErrorEvent` captured as exception with message `Script error.`
    

    Other Changes

    • feat(browser): Send profiles in same envelope as transactions (#8375)
    • feat(profiling): Collect timings on profiler stop calls (#8409)
    • feat(replay): Do not capture replays < 5 seconds (GA) (#8277)
    • feat(tracing): Add experiment to capture http timings (#8371)
    • feat(tracing): Add http.response.status_code to span.data (#8366)
    • fix(angular): Stop routing spans on navigation cancel and error events (#8369)
    • fix(core): Only start spans in trace if tracing is enabled (#8357)
    • fix(nextjs): Inject init calls via loader instead of via entrypoints (#8368)
    • fix(replay): Mark ui.slowClickDetected clickCount as optional (#8376)
    • fix(serverless): Export autoDiscoverNodePerformanceMonitoringIntegrations from SDK (#8382)
    • fix(sveltekit): Check for cached requests in client-side fetch instrumentation (#8391)
    • fix(sveltekit): Only instrument SvelteKit fetch if the SDK client is valid (#8381)
    • fix(tracing): Instrument Prisma client in constructor of integration (#8383)
    • ref(replay): More graceful sessionStorage check (#8394)
    • ref(replay): Remove circular dep in replay eventBuffer (#8389)

    Bundle size 📦

    Path Size
    @ sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.49 KB
    @ sentry/browser - ES5 CDN Bundle (minified) 67.59 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.82 KB
    @ sentry/browser - ES6 CDN Bundle (minified) 58.9 KB
    @ sentry/browser - Webpack (gzipped + minified) 21.43 KB
    @ sentry/browser - Webpack (minified) 69.87 KB
    @ sentry/react - Webpack (gzipped + minified) 21.46 KB
    @ sentry/nextjs Client - Webpack (gzipped + minified) 49.81 KB
    @ sentry/browser + @ sentry/tracing - ES5 CDN Bundle (gzipped + minified) 29.39 KB
    @ sentry/browser + @ sentry/tracing - ES6 CDN Bundle (gzipped + minified) 27.48 KB
    @ sentry/replay ES6 CDN Bundle (gzipped + minified) 49.34 KB
    @ sentry/replay - Webpack (gzipped + minified) 43.11 KB
    @ sentry/browser + @ sentry/tracing + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 68.82 KB
    @ sentry/browser + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.38 KB
  • 7.57.0-beta.0 - 2023-06-21
  • 7.56.0 - 2023-06-19
  • 7.55.2 - 2023-06-14
  • 7.55.1 - 2023-06-14
  • 7.55.0 - 2023-06-13
  • 7.54.0 - 2023-06-01
  • 7.53.1 - 2023-05-24
  • 7.53.0 - 2023-05-23
  • 7.52.1 - 2023-05-15
  • 7.52.0 - 2023-05-15
  • 7.51.2 - 2023-05-08
  • 7.51.1 - 2023-05-08
  • 7.51.0 - 2023-05-04
  • 7.50.0 - 2023-04-27
  • 7.49.0 - 2023-04-20
  • 7.48.0 - 2023-04-14
  • 7.47.0 - 2023-04-05
  • 7.46.0 - 2023-03-30
  • 7.45.0 - 2023-03-24
  • 7.44.2 - 2023-03-21
  • 7.44.1 - 2023-03-20
  • 7.44.0 - 2023-03-20
  • 7.43.0 - 2023-03-13
  • 7.42.0 - 2023-03-09
  • 7.41.0 - 2023-03-06
  • 7.40.0 - 2023-03-01
  • 7.39.0 - 2023-02-27
  • 7.38.0 - 2023-02-17
  • 7.37.2 - 2023-02-13
  • 7.37.1 - 2023-02-10
  • 7.37.0 - 2023-02-09
  • 7.36.0 - 2023-02-02
  • 7.35.0 - 2023-02-01
  • 7.34.0 - 2023-01-26
  • 7.34.0-beta.0 - 2023-01-25
  • 7.33.0 - 2023-01-24
  • 7.32.1 - 2023-01-23
  • 7.32.0 - 2023-01-23
  • 7.31.1 - 2023-01-17
  • 7.31.0 - 2023-01-16
  • 7.30.0 - 2023-01-10
  • 7.29.0 - 2023-01-04
  • 7.28.1 - 2022-12-22
  • 7.28.0 - 2022-12-20
  • 7.27.0 - 2022-12-16
  • 7.26.0 - 2022-12-13
  • 7.25.0 - 2022-12-12
  • 7.24.2 - 2022-12-07
  • 7.24.1 - 2022-12-07
  • 7.24.0 - 2022-12-07
  • 7.23.0 - 2022-12-01
  • 7.22.0 - 2022-11-29
  • 7.21.1 - 2022-11-23
  • 7.21.0 - 2022-11-22
  • 7.20.1 - 2022-11-21
  • 7.20.0 - 2022-11-17
  • 7.19.0 - 2022-11-10
  • 7.18.0 - 2022-11-08
  • 7.17.4 - 2022-11-03
  • 7.17.3 - 2022-10-31
  • 7.17.2 - 2022-10-28
  • 7.17.1 - 2022-10-27
  • 7.17.0 - 2022-10-27
  • 7.16.0 - 2022-10-19
  • 7.15.0 - 2022-10-10
  • 7.14.2 - 2022-10-06
  • 7.14.1 - 2022-10-03
  • 7.14.0 - 2022-09-28
  • 7.13.0 - 2022-09-15
  • 7.12.1 - 2022-09-02
  • 7.12.0 - 2022-08-31
  • 7.11.1 - 2022-08-17
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 20, 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.

2 participants