-
Notifications
You must be signed in to change notification settings - Fork 1
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 7.60.1 to 7.98.0 #199
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade @sentry/browser from 7.60.1 to 7.98.0. See this package in npm: https://www.npmjs.com/package/@sentry/browser See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/2a94de38-91bd-4a48-b8bc-3ae51f133099?utm_source=github&utm_medium=referral&page=upgrade-pr
Run & review this pull request in StackBlitz Codeflow. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Type: Enhancement
PR Summary: This pull request upgrades the @sentry/browser package from version 7.60.1 to 7.98.0. The upgrade includes fixes for type declaration errors, improvements in bundle size, and deprecations in preparation for version 8. It aims to keep the project's dependencies up-to-date, addressing potential vulnerabilities and ensuring compatibility with the latest features and fixes provided by the @sentry/browser package.
Decision: Comment
📝 Type: 'Enhancement' - not supported yet.
- Sourcery currently only approves 'Typo fix' PRs.
✅ Issue addressed: this change correctly addresses the issue or implements the desired feature.
No details provided.
✅ Small diff: the diff is small enough to approve with confidence.
No details provided.
General suggestions:
- Ensure thorough testing of Sentry integration to verify that the upgrade does not introduce any regression or compatibility issues.
- Review the release notes and deprecations mentioned for the upgraded version to make any necessary adjustments to the project's Sentry configuration or usage.
- Consider reviewing other dependencies for potential updates to maintain the overall health and security of the project.
Thanks for using Sourcery. We offer it for free for open source projects and would be very grateful if you could help us grow. If you like it, would you consider sharing Sourcery on your favourite social media? ✨
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @sentry/browser from 7.60.1 to 7.98.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.
Release notes
Package name: @sentry/browser
This release primarily fixes some type declaration errors:
IntegrationIndex
type (#10337)Bundle size 📦
This release contains a bug that can lead to too many spans being generated. This has been fixed in v7.99.0, we recommend updating to this version.
Note: The 7.96.0 release was incomplete. This release is partially encompassing changes from
7.96.0
.stripBasename
option for React Router 6 (#10314)Bundle size 📦
Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.98.0 directly.
Important Changes
Deprecations
This release includes some deprecations for integrations in
@ sentry/browser
and frontend framework SDKs(
@ sentry/react
,@ sentry/vue
, etc.). Please take a look at ourmigration guide for more details.
Web Vitals Fix for LCP and CLS
This release fixes an issue with the Web Vitals integration where LCP and CLS were not being captured correctly,
increasing capture rate by 10-30% for some apps. LCP and CLS capturing issues were introduced with version
7.75.0
.Other Changes
node-cron
types and add test (#10315)Work in this release contributed by @ Shubhdeep12. Thank you for your contribution!
Bundle size 📦
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:Sentry.init({
integrations: [
// Instead of
new Sentry.Replay(),
new Sentry.Feedback(),
// Use the functional replacement:
Sentry.replayIntegration(),
Sentry.feedbackIntegration(),
],
});
Span.origin
in favor ofsentry.origin
attribute (#10260)Span.parentSpanId
(#10244)isInitialized()
to replace checking viagetClient
(#10296)Replay
,ReplayCanvas
,Feedback
classes (#10270)Wasm
integration class (#10230)Other Changes
parameterize
function available through browser and node API (#10085)addOrUpdateIntegration
(#10263)Work in this release contributed by @ AleshaOleg. Thank you for your contribution!
Bundle size 📦
Read more
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