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/tracing from 7.42.0 to 7.54.0 #97

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

alirezanqp
Copy link
Collaborator

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.42.0 to 7.54.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 18 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-06-01.
Release notes
Package name: @sentry/tracing
  • 7.54.0 - 2023-06-01

    Important Changes

    • feat(core): Add default entries to ignoreTransactions for Healthchecks #8191

      All SDKs now filter out health check transactions by default.
      These are transactions where the transaction name matches typical API health check calls, such as /^.*healthy.*$/ or /^. *heartbeat.*$/. Take a look at this list to learn which regexes we currently use to match transaction names.
      We believe that these transactions do not provide value in most cases and we want to save you some of your quota by filtering them out by default.
      These filters are implemented as default values for the top level ignoreTransactions option.

      You can disable this filtering by manually specifiying the InboundFilters integration and setting the disableTransactionDefaults option:

      Sentry.init({
        //...
        integrations: [new InboundFilters({ disableTransactionDefaults: true })],
      })
    • feat(replay): Add mutationBreadcrumbLimit and mutationLimit to Replay Options (#8228)

      The previously experimental options mutationBreadcumbLimit and mutationLimit have been promoted to regular Replay integration options.

      A high number of DOM mutations (in a single event loop) can cause performance regressions in end-users' browsers.
      Use mutationBreadcrumbLimit to send a breadcrumb along with your recording if the mutation limit was reached.
      Use mutationLimit to stop recording if the mutation limit was reached.

    • feat(sveltekit): Add source maps support for Vercel (lambda) (#8256)

      • feat(sveltekit): Auto-detect SvelteKit adapters (#8193)

      The SvelteKit SDK can now be used if you deploy your SvelteKit app to Vercel.
      By default, the SDK's Vite plugin will detect the used adapter and adjust the source map uploading config as necessary.
      If you want to override the default adapter detection, you can specify the adapter option in the sentrySvelteKit options:

      // vite.config.js
      export default defineConfig({
        plugins: [
          sentrySvelteKit({
            adapter: 'vercel',
          }),
          sveltekit(),
        ],
      });

      Currently, the Vite plugin will configure itself correctly for @ sveltejs/adapter-auto, @ sveltejs/adapter-vercel and @ sveltejs/adapter-node.

      Important: The SvelteKit SDK is not yet compatible with Vercel's edge runtime.
      It will only work for lambda functions.

    Other Changes

    • feat(replay): Throttle breadcrumbs to max 300/5s (#8086)
    • feat(sveltekit): Add option to control handling of unknown server routes (#8201)
    • fix(node): Strip query and fragment from request URLs without route parameters (#8213)
    • fix(remix): Don't log missing parameters warning on server-side. (#8269)
    • fix(remix): Pass loadContext through wrapped document request function (#8268)
    • fix(replay): Guard against missing key (#8246)
    • fix(sveltekit): Avoid capturing redirects and 4xx Http errors in request Handlers (#8215)
    • fix(sveltekit): Bump magicast to support satisfied keyword (#8254)
    • fix(wasm): Avoid throwing an error when WASM modules are loaded from blobs (#8263)

    Bundle size 📦

    Path Size
    @ sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.12 KB
    @ sentry/browser - ES5 CDN Bundle (minified) 65.86 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.65 KB
    @ sentry/browser - ES6 CDN Bundle (minified) 58.34 KB
    @ sentry/browser - Webpack (gzipped + minified) 21.28 KB
    @ sentry/browser - Webpack (minified) 69.26 KB
    @ sentry/react - Webpack (gzipped + minified) 21.31 KB
    @ sentry/nextjs Client - Webpack (gzipped + minified) 49.23 KB
    @ sentry/browser + @ sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.74 KB
    @ sentry/browser + @ sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.98 KB
    @ sentry/replay ES6 CDN Bundle (gzipped + minified) 48.58 KB
    @ sentry/replay - Webpack (gzipped + minified) 42.28 KB
    @ sentry/browser + @ sentry/tracing + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 67.63 KB
    @ sentry/browser + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.55 KB
  • 7.53.1 - 2023-05-24
    • chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 (#8196)
    • chore(svelte): Bump magic-string to 0.30.0 (#8197)
    • fix(core): Fix racecondition that modifies in-flight sessions (#8203)
    • fix(node): Catch os.uptime() throwing because of EPERM (#8206)
    • fix(replay): Fix buffered replays creating replay w/o error occuring (#8168)

    Bundle size 📦

    Path Size
    @ sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.05 KB
    @ sentry/browser - ES5 CDN Bundle (minified) 65.69 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.59 KB
    @ sentry/browser - ES6 CDN Bundle (minified) 58.16 KB
    @ sentry/browser - Webpack (gzipped + minified) 21.21 KB
    @ sentry/browser - Webpack (minified) 69.08 KB
    @ sentry/react - Webpack (gzipped + minified) 21.23 KB
    @ sentry/nextjs Client - Webpack (gzipped + minified) 49.16 KB
    @ sentry/browser + @ sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.67 KB
    @ sentry/browser + @ sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.91 KB
    @ sentry/replay ES6 CDN Bundle (gzipped + minified) 48.25 KB
    @ sentry/replay - Webpack (gzipped + minified) 42.1 KB
    @ sentry/browser + @ sentry/tracing + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 67.22 KB
    @ sentry/browser + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.12 KB
  • 7.53.0 - 2023-05-23
    • feat(replay): Add beforeAddRecordingEvent Replay option (#8124)
    • feat(replay): Do not capture replays < 5 seconds (#7949)
    • fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
    • fix(nextjs): Import path issue on Windows (#8142)
    • fix(nextjs): Make withSentryConfig isomorphic (#8166)
    • fix(node): Add debug logging for node checkin (#8131)
    • fix(node): Add LRU map for tracePropagationTargets calculation (#8130)
    • fix(node): Remove new URL usage in Undici integration (#8147)
    • fix(replay): Show the correct Replay config option name maskFn
    • fix(sveltekit): Avoid double-wrapping load functions (#8094)
    • fix(tracing): Change where content-length gets added (#8139)
    • fix(tracing): Use integer for content length (#8152)
    • fix(utils): Fail silently if the provided Dsn is invalid (#8121)
    • ref(node): Cache undici trace propagation decisions (#8136)
    • ref(serverless): Remove relay extension from AWS Layer (#8080)

    Bundle size 📦

    Path Size
    @ sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.03 KB
    @ sentry/browser - ES5 CDN Bundle (minified) 65.68 KB
    @ sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.59 KB
    @ sentry/browser - ES6 CDN Bundle (minified) 58.15 KB
    @ sentry/browser - Webpack (gzipped + minified) 21.2 KB
    @ sentry/browser - Webpack (minified) 69.07 KB
    @ sentry/react - Webpack (gzipped + minified) 21.22 KB
    @ sentry/nextjs Client - Webpack (gzipped + minified) 49.16 KB
    @ sentry/browser + @ sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.67 KB
    @ sentry/browser + @ sentry/tracing - ES6 CDN Bundle (gzipped + minified) 26.9 KB
    @ sentry/replay ES6 CDN Bundle (gzipped + minified) 48.24 KB
    @ sentry/replay - Webpack (gzipped + minified) 42.1 KB
    @ sentry/browser + @ sentry/tracing + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 67.21 KB
    @ sentry/browser + @ sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.11 KB
  • 7.52.1 - 2023-05-15
    Read more
  • 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
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

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