Update dependency @sentry/react to v7.46.0#172
Merged
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #172 +/- ##
========================================
Coverage 97.82% 97.82%
========================================
Files 87 87
Lines 6059 6059
Branches 381 381
========================================
Hits 5927 5927
Misses 131 131
Partials 1 1 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
7.45.0->7.46.0Release Notes
getsentry/sentry-javascript
v7.46.0Compare Source
Important Changes
sentryHandle(#7598)This release adds support for Performance Monitoring in our SvelteKit SDK for the client/server. We've also changed how you should initialize your SDK. Please read our updated SvelteKit README instructions for more details.
ignoreTransactionsoption (#7594)You can now easily filter out certain transactions from being sent to Sentry based on their name.
We've added an integration that automatically instruments Undici and Node server side fetch. This supports Undici
v4.7.0or higher and requires Nodev16.7.0or higher. After adding the integration outgoing requests made by Undici will have associated spans and breadcrumbs in Sentry.In our Next.js and SvelteKit SDKs, this integration is automatically added.
We've added a new middleware for trpc that automatically adds TRPC information to Sentry transactions. This middleware is meant to be used in combination with a Sentry server integration (Next.js, Express, etc).
@sentry/tracingpackageWith
7.46.0you no longer require the@sentry/tracingpackage to use tracing and performance monitoring with the Sentry JavaScript SDKs. The@sentry/tracingpackage will be removed in a future major release, but can still be used with no changes.Please see the Migration docs for more details.
LocalVariablesintegration (#7637)This fixes a memory leak in the opt-in
LocalVariablesintegration, which adds local variables to the stacktraces sent to Sentry. The minimum recommended version to use theLocalVariablesis now7.46.0.Additional Features and Fixes
responseStatus,decodedBodySizeto perf entries (#7613)pageloadtransaction starts at timeOrigin (#7632)abs_pathfrom stack trace (reverting #7167) (#7623)NEXT_NOT_FOUNDandNEXT_REDIRECTerrors (#7642)abs_pathframes (#7619)beforeFilesin rewrites (#7649)Work in this release contributed by @aldenquimby and @bertho-zero. Thank you for your contributions!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.