Update dependency @sentry/react to v7.43.0#133
Merged
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #133 +/- ##
========================================
Coverage 97.83% 97.83%
========================================
Files 86 86
Lines 6056 6056
Branches 382 382
========================================
Hits 5925 5925
Misses 130 130
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.30.0->7.43.0Release Notes
getsentry/sentry-javascript
v7.43.0Compare Source
profilesSampleroption to node client type (#7385)Array.findIndex()as it is ES5 incompatible (#7400)requirecall to fix monkey patching (#7430)v7.42.0Compare Source
causeto send exceptions (#7350)originalExceptionhas typeunknown(#7361)Object.values()(#7360)normalizeDepth(#7379)requirecalls (#7377)Replay
rrwebchanges:@sentry-internal/rrwebwas updated from 1.104.1 to 1.105.0 (#7314):onMutationoption to record (#70)<input type='submit' value='Btn text'>is masked (#69)v7.41.0Compare Source
environmenteverywhere (#7327)routeLabel: 'path'to opt-out of using name (#7326)X-Forwarded-ForHttp header (#7329)Work in this release contributed by @OliverJAsh. Thank you for your contribution!
v7.40.0Compare Source
v7.39.0Compare Source
This release adds a new package,
@sentry/angular-ivy, which is our Angular SDK with full support for Angular's rendering engine, Ivy.This release also adds a new
enableTracingoption, which can be used instead oftracesSampleRatefor an easier setup.Related to this, the
hasTracingEnabledutility function was moved from@sentry/tracingto@sentry/core.The old export from
@sentry/tracinghas been deprecated and will be removed in v8.debug_meta(#7168)VERCEL_ENVas environment (#7227)enableTracingoption (#7238)Replay
rrwebchanges:@sentry-internal/rrwebwas updated from 1.103.0 to 1.104.1 (#7238):typings/types(#60)autoplayattribute from audio/video tags (#59)modulepreloadas well (#52)maskAllInputs:false(#61)rootShadowHostcheck (#50)v7.38.0Compare Source
abs_pathinto stack frame object (#7167)Offlineintegration (#7063)PerformanceResourceTiming.renderBlockingStatus(#7127)maxWait(#7207, #7208)Work in this release contributed by @lucas-zimermann. Thank you for your contribution!
v7.37.2Compare Source
This release includes changes and fixes around text masking and blocking in Replay's
rrwebdependency. See versions 1.102.0 and 1.103.0.blockSelectorfor blocking elements as wellaria-labeltextareamaskAllTextoptionSDK Changes:
v7.37.1Compare Source
asyncin stack frame urls (#7131)thisin http integration (#7135)defaultStackParserfrom tracing CDN bundles (#7116)v7.37.0Compare Source
LocalVariables, Improve frame matching for ESM (#7049)Work in this release contributed by @JamesHenry. Thank you for your contribution!
v7.36.0Compare Source
This Release re-introduces the accidentally removed but still deprecated
maskInputOptionsoption for Session Replay.Furthermore, replays are now stopped instead of paused when a rate limit is encountered.
maskInputOptions(#6981)BaseClientintegrations added after init (#7011)v7.35.0Compare Source
Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the Replay migration guide for further information.
Additionally, the following configuration options will no longer be configurable:
slimDOMOptions,recordCanvas,inlineStylesheet,collectFonts,inlineImages.ErrorBoundary,withErrorBoundaryandshowReportDialog(#6987)_appinstead ofmain(#7009)scope.getLastBreadcrumbif available (#6969)Work in this release contributed by @boblauer. Thank you for your contribution!
v7.34.0Compare Source
This release adds automatic injection of the Next.js SDK into serverside
appdirectory bundles, allowing users to call the Sentry SDK in server components.appdirectory (#6927)\(#6932)Work in this release contributed by @mdtro. Thank you for your contribution!
v7.33.0Compare Source
With this release, the sample rate for Session Replays will default to 0. We recommend explicitly setting the sample rate via the
replaysSessionSampleRateandreplaysOnErrorSampleRateoptions.v7.32.1Compare Source
v7.32.0Compare Source
appdirectory browser bundle (#6812)includeLocalVariablesoption to enableLocalVariablesintegration (#6874)flushmethod to integration (#6776)enableLongTaskto option ofBrowserTracing(#6837)initialFlushDelayoption (#6867)Work in this release contributed by @h3rmanj. Thank you for your contribution!
v7.31.1Compare Source
v7.31.0Compare Source
The Next.js SDK now supports error and performance monitoring for Next.js middleware and Edge API routes.
To set it up, add a
sentry.edge.config.jsorsentry.edge.config.tsfile to the root of your project and initialize the SDK:The Next.js will automatically instrument Edge API routes and middleware.
If you want to opt out of automatic instrumentation of middleware can use the
autoInstrumentMiddlewareoption in thesentryobject of your Next.js configuration:Middleware can be manually instrumented by using the
wrapMiddlewareWithSentryfunction.withSentryConfigas an alternative to thesentryproperty (#6721)checkoutEveryNms(#6722)isBuild()andIS_BUILD(#6727)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.