Skip to content

Commit 6afe1c4

Browse files
add expo go module detection note
1 parent f960918 commit 6afe1c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/platforms/react-native/migration/v6-to-v7.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ Sentry.init({
7979
### `Cold/Warm App Start` spans were renamed to `Cold/Warm Start`
8080
8181
The `App` word was removed from the span description. If you have any logic in your application or in Sentry based on this span description, please, check if it still works.
82+
83+
### Detection of Expo Go uses `ExpoGo` module
84+
85+
Starting with version 7.0.0, the Sentry React Native SDK will use `ExpoGo` module to detect if the application is running on Expo Go. This differs from the previous behavior, where the SDK would check for deprecated `appOwnership` property. This new approach doesn't work for Expo SDK 49 and older.
86+
Minimum supported Expo SDK version is 50, same as in Sentry React Native SDK v6.

0 commit comments

Comments
 (0)