fix(deps): update dependency @sentry/react-native to v5.19.1 [security]#1235
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency @sentry/react-native to v5.19.1 [security]#1235renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
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:
5.16.0->5.19.1GitHub Vulnerability Alerts
GHSA-68c2-4mpx-qh95
Impact
SDK versions between and including 5.16.0 and 5.19.0 allowed Sentry auth tokens to be set in the optional authToken configuration parameter, for debugging purposes. Doing so would result in the auth token being built into the application bundle, and therefore the auth token could be potentially exposed in case the application bundle is subsequently published.
You may ignore this notification if you are not using
authTokenconfiguration parameter in your React Native SDK configuration or did not publish apps using this way of configuring theauthToken.If you had set the
authTokenin the plugin config previously, and built and published an app with that config, you should rotate your token.Patches
The behavior that allowed setting an
authTokenparameter was fixed in SDK version 5.19.1 where, if this parameter was set, you will see a warning and theauthTokenwould be removed before bundling the application.Workarounds
authTokenfrom the plugin configuration.authTokenin the plugin config previously, and built and published an app with that config, you should rotate your token.References
Release Notes
getsentry/sentry-react-native (@sentry/react-native)
v5.19.1Compare Source
Fixes
authTokento application bundle (#3630)SENTRY_AUTH_TOKENenv variable, as pointed out in our docs.authTokenfrom the plugin config if it was set.v5.19.0Compare Source
This release contains upgrade of
sentry-androiddependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.Features
Add Android profiles to React Native Profiling (#3397)
Add
Sentry.metrics(#3590)To learn more, see the Set Up Metrics guide.
Fixes
nodenot found inWITH_ENVIRONMENT(#3573)proguardUuidloading on Android (#3591)Dependencies
v5.18.0Compare Source
Features
Add
@spotlightjs/spotlightsupport (#3550)Download the
Spotlightdesktop application and add the integration to yourSentry.init.Only upload Expo artifact if source map exists (#3568)
Read
.envfile insentry-expo-upload-sourcemaps(#3571)Fixes
@sentry/react-native/expoconfig when uploading artifacts (#3557)v5.17.0Compare Source
Features
New Sentry Metro configuration function
withSentryConfig(#3478)createSentryMetroSerializerAdd experimental visionOS support (#3467)
react-native-visionoswith the Sentry React Native SDK follow the standardiOSguides.visionosfolder instead ofios.Fixes
WITH_ENVIRONMENToverwrite insentry-xcode-debug-files.sh(#3525)$NODE_BINARYto execute Sentry CLI in Xcode scripts (#3493)Dependencies
Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Paris, 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 was generated by Mend Renovate. View the repository job log.