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/browser from 8.13.0 to 8.15.0 #2482

Closed

Conversation

aam-digital-ci
Copy link
Collaborator

snyk-top-banner

Snyk has created this PR to upgrade @sentry/browser from 8.13.0 to 8.15.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 2 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @sentry/browser
  • 8.15.0 - 2024-07-05
    • feat(core): allow unregistering callback through on (#11710)
    • feat(nestjs): Add function-level span decorator to nestjs (#12721)
    • feat(otel): Export & use spanTimeInputToSeconds for otel span exporter (#12699)
    • fix(core): Pass origin as referrer for lazyLoadIntegration (#12766)
    • fix(deno): Publish from build directory (#12773)
    • fix(hapi): Specify error channel to filter boom errors (#12725)
    • fix(react): Revert back to jsxRuntime: 'classic' to prevent breaking react 17 (#12775)
    • fix(tracing): Report dropped spans for transactions (#12751)
    • ref(scope): Delete unused public getStack() (#12737)

    Work in this release was contributed by @ arturovt and @ jaulz. Thank you for your contributions!

    Bundle size 📦

    Path Size
    @ sentry/browser 22.28 KB
    @ sentry/browser (incl. Tracing) 33.43 KB
    @ sentry/browser (incl. Tracing, Replay) 69.18 KB
    @ sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.51 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) 73.24 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) 85.87 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.73 KB
    @ sentry/browser (incl. metrics) 26.57 KB
    @ sentry/browser (incl. Feedback) 38.93 KB
    @ sentry/browser (incl. sendFeedback) 26.9 KB
    @ sentry/browser (incl. FeedbackAsync) 31.52 KB
    @ sentry/react 25.02 KB
    @ sentry/react (incl. Tracing) 36.46 KB
    @ sentry/vue 26.39 KB
    @ sentry/vue (incl. Tracing) 35.29 KB
    @ sentry/svelte 22.41 KB
    CDN Bundle 23.5 KB
    CDN Bundle (incl. Tracing) 35.19 KB
    CDN Bundle (incl. Tracing, Replay) 69.29 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) 74.48 KB
    CDN Bundle - uncompressed 68.97 KB
    CDN Bundle (incl. Tracing) - uncompressed 103.98 KB
    CDN Bundle (incl. Tracing, Replay) - uncompressed 214.38 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 227.09 KB
    @ sentry/nextjs (client) 36.35 KB
    @ sentry/sveltekit (client) 34.07 KB
    @ sentry/node 130.73 KB
    @ sentry/node - without tracing 91.75 KB
    @ sentry/aws-serverless 116.92 KB
  • 8.14.0 - 2024-07-04

    Important Changes

    • feat(nestjs): Filter 4xx errors (#12695)

    The @ sentry/nestjs SDK no longer captures 4xx errors automatically.

    Other Changes

    • chore(react): Remove private namespace JSX (#12691)
    • feat(deps): bump @ opentelemetry/propagator-aws-xray from 1.25.0 to 1.25.1 (#12719)
    • feat(deps): bump @ prisma/instrumentation from 5.16.0 to 5.16.1 (#12718)
    • feat(node): Add registerEsmLoaderHooks option (#12684)
    • feat(opentelemetry): Expose sampling helper (#12674)
    • fix(browser): Make sure measure spans have valid start timestamps (#12648)
    • fix(hapi): Widen type definitions (#12710)
    • fix(nextjs): Attempt to ignore critical dependency warnings (#12694)
    • fix(react): Fix React jsx runtime import for esm (#12740)
    • fix(replay): Start replay in afterAllSetup instead of next tick (#12709)

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

    Bundle size 📦

    Path Size
    @ sentry/browser 22.22 KB
    @ sentry/browser (incl. Tracing) 33.38 KB
    @ sentry/browser (incl. Tracing, Replay) 69.12 KB
    @ sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.45 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) 73.18 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) 85.8 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.66 KB
    @ sentry/browser (incl. metrics) 26.5 KB
    @ sentry/browser (incl. Feedback) 38.86 KB
    @ sentry/browser (incl. sendFeedback) 26.85 KB
    @ sentry/browser (incl. FeedbackAsync) 31.45 KB
    @ sentry/react 24.97 KB
    @ sentry/react (incl. Tracing) 36.43 KB
    @ sentry/vue 26.33 KB
    @ sentry/vue (incl. Tracing) 35.24 KB
    @ sentry/svelte 22.36 KB
    CDN Bundle 23.42 KB
    CDN Bundle (incl. Tracing) 35.12 KB
    CDN Bundle (incl. Tracing, Replay) 69.22 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) 74.41 KB
    CDN Bundle - uncompressed 68.8 KB
    CDN Bundle (incl. Tracing) - uncompressed 103.82 KB
    CDN Bundle (incl. Tracing, Replay) - uncompressed 214.21 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 226.92 KB
    @ sentry/nextjs (client) 36.3 KB
    @ sentry/sveltekit (client) 34.02 KB
    @ sentry/node 130.68 KB
    @ sentry/node - without tracing 91.71 KB
    @ sentry/aws-serverless 116.88 KB
  • 8.13.0 - 2024-06-27

    Important Changes

    • feat(nestjs): Add Nest SDK This release adds a dedicated SDK for NestJS (@ sentry/nestjs)
      in alpha state. The SDK is a drop-in replacement for the Sentry Node SDK (@ sentry/node) supporting the same set of
      features. See the docs for how to use the SDK.

    Other Changes

    • deps: Bump bundler plugins to 2.20.1 (#12641)
    • deps(nextjs): Remove react peer dep and allow rc (#12670)
    • feat: Update OTEL deps (#12635)
    • feat(deps): bump @ prisma/instrumentation from 5.15.0 to 5.15.1 (#12627)
    • feat(node): Add context info for missing instrumentation (#12639)
    • fix(feedback): Improve feedback error message (#12647)

    Bundle size 📦

    Path Size
    @ sentry/browser 22.22 KB
    @ sentry/browser (incl. Tracing) 33.31 KB
    @ sentry/browser (incl. Tracing, Replay) 69.09 KB
    @ sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.42 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) 73.15 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) 85.75 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback, metrics) 87.61 KB
    @ sentry/browser (incl. metrics) 26.5 KB
    @ sentry/browser (incl. Feedback) 38.86 KB
    @ sentry/browser (incl. sendFeedback) 26.84 KB
    @ sentry/browser (incl. FeedbackAsync) 31.45 KB
    @ sentry/react 24.97 KB
    @ sentry/react (incl. Tracing) 36.36 KB
    @ sentry/vue 26.33 KB
    @ sentry/vue (incl. Tracing) 35.17 KB
    @ sentry/svelte 22.36 KB
    CDN Bundle 23.42 KB
    CDN Bundle (incl. Tracing) 35.05 KB
    CDN Bundle (incl. Tracing, Replay) 69.18 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) 74.38 KB
    CDN Bundle - uncompressed 68.8 KB
    CDN Bundle (incl. Tracing) - uncompressed 103.66 KB
    CDN Bundle (incl. Tracing, Replay) - uncompressed 214.13 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 226.84 KB
    @ sentry/nextjs (client) 36.24 KB
    @ sentry/sveltekit (client) 33.95 KB
    @ sentry/node 130.61 KB
    @ sentry/node - without tracing 91.63 KB
    @ sentry/aws-serverless 116.8 KB
from @sentry/browser GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @sentry/browser from 8.13.0 to 8.15.0.

See this package in npm:
@sentry/browser

See this project in Snyk:
https://app.snyk.io/org/aam-digital-ci/project/a4b5c50c-28f4-4e30-af2d-840962b9beaf?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

Deployed to https://pr-2482.aam-digital.net/

@sleidig sleidig closed this Jul 27, 2024
@sleidig sleidig deleted the snyk-upgrade-a5b991c7139b5b8bc95a2c7c281be6d0 branch October 23, 2024 05:10
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