[Snyk] Upgrade @sentry/browser from 8.8.0 to 8.10.0 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade @sentry/browser from 8.8.0 to 8.10.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 4 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: @sentry/browser
-
8.10.0 - 2024-06-19
- feat(remix): Migrate to
const Sentry = require('@ sentry/remix');
- feat(browser): Export
- feat(feedback): Allow passing
- feat(feedback): Improve screenshot quality for retina displays (#12487)
- feat(feedback): Screenshots don't resize after cropping (#12481)
- feat(node) add max lineno and colno limits (#12514)
- feat(profiling) add global profile context while profiler is running (#12394)
- feat(react): Add React version to events (#12390)
- feat(replay): Add url to replay hydration error breadcrumb type (#12521)
- fix(core): Ensure standalone spans respect sampled flag (#12533)
- fix(core): Use maxValueLength in extra error data integration (#12174)
- fix(feedback): Fix scrolling after feedback submission (#12499)
- fix(feedback): Send feedback rejects invalid responses (#12518)
- fix(nextjs): Update @ rollup/plugin-commonjs (#12527)
- fix(node): Ensure status is correct for http server span errors (#12477)
- fix(node): Unify
- fix(profiling): continuous profile chunks should be in seconds (#12532)
- fix(remix): Add nativeFetch support for accessing request headers (#12479)
- fix(remix): Export no-op as
- ref(node) refactor contextlines to use readline (#12221)
Path
Size
@ sentry/browser
22.22 KB
@ sentry/browser (incl. Tracing)
33.27 KB
@ sentry/browser (incl. Tracing, Replay)
69.05 KB
@ sentry/browser (incl. Tracing, Replay) - with treeshaking flags
62.37 KB
@ sentry/browser (incl. Tracing, Replay with Canvas)
73.11 KB
@ sentry/browser (incl. Tracing, Replay, Feedback)
85.27 KB
@ sentry/browser (incl. Tracing, Replay, Feedback, metrics)
87.09 KB
@ sentry/browser (incl. metrics)
26.42 KB
@ sentry/browser (incl. Feedback)
38.42 KB
@ sentry/browser (incl. sendFeedback)
26.85 KB
@ sentry/browser (incl. FeedbackAsync)
31.42 KB
@ sentry/react
24.96 KB
@ sentry/react (incl. Tracing)
36.32 KB
@ sentry/vue
26.23 KB
@ sentry/vue (incl. Tracing)
35.13 KB
@ sentry/svelte
22.35 KB
CDN Bundle
23.41 KB
CDN Bundle (incl. Tracing)
34.95 KB
CDN Bundle (incl. Tracing, Replay)
69.08 KB
CDN Bundle (incl. Tracing, Replay, Feedback)
74.25 KB
CDN Bundle - uncompressed
68.76 KB
CDN Bundle (incl. Tracing) - uncompressed
103.41 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed
213.88 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed
226.47 KB
@ sentry/nextjs (client)
36.2 KB
@ sentry/sveltekit (client)
33.9 KB
@ sentry/node
112.62 KB
@ sentry/node - without tracing
90.04 KB
@ sentry/aws-serverless
99.12 KB
-
8.9.2 - 2024-06-12
-
8.9.1 - 2024-06-11
-
8.9.0 - 2024-06-11
-
8.8.0 - 2024-06-07
from @sentry/browser GitHub release notesImportant Changes
opentelemetry-instrumentation-remix. (#12110)You can now simplify your remix instrumentation by opting-in like this:
Sentry.init({
dsn: YOUR_DSN
// opt-in to new auto instrumentation
autoInstrumentRemix: true,
});
With this setup, you do not need to add e.g.
wrapExpressCreateRequestHandleranymore. Additionally, the quality of thecaptured data improves. The old way to use
@ sentry/remixcontinues to work, but it is encouraged to use the new setup.Other Changes
thirdPartyErrorFilterIntegrationfrom@ sentry/browser(#12512)tagsfield to any feedback config param (#12197)getDynamicSamplingContextFromSpan(#12522)captureRemixServerExceptionfrom client SDK (#12497)Work in this release was contributed by @ AndreyKovanov and @ kiliman. Thank you for your contributions!
Bundle size 📦
Important
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: