-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Cross): [IOAPPX-373] Update Sentry dependencies to support Xcod…
…e 16 (#6193) ## Short description This PR updates `@sentry/react-native` dependency to the version `5.32.0` because the installed one causes a compile time error while using Xcode 16. ## List of changes proposed in this pull request - Update `@sentry/react-native` to the version `5.32.0` which is the latest currently available; - Update the `Podfile.lock` by running `bundler exec pod update Sentry/HybridSDK`. ## How to test Test if the app is built properly with Xcode 16 and that Sentry events are still dispatched correctly. In order to test it in a dev environment, change the following configuration in the `App.tsx` file: ``` Sentry.init({ dsn: sentryDsn, beforeSend(event) { return removeUserFromEvent(event); }, beforeSendTransaction(event) { return removeUserFromEvent(event); }, enabled: true, sampleRate: 0.3 }); ``` Then open the developer menu by tapping 5 times on the app version in the profile section, scroll to bottom and press "Invia Exception a Sentry". The exception should popup in the issues section of Sentry. Co-authored-by: Andrea <andrea.piai@pagopa.it>
- Loading branch information
1 parent
4d2b333
commit 529ea6c
Showing
3 changed files
with
167 additions
and
160 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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