bugsnag / bugsnag-expo

MIT License
11 stars 5 forks source link

Add basic support for Expo SDK 51 #179

Closed yousif-bugsnag closed 4 months ago

yousif-bugsnag commented 4 months ago

Goal

Adds basic support for Expo SDK 51.

Note that Constants.installationId has been removed in SDK 51, which was being used to set the device.id in plugin-expo-device. This will be replaced with our own generated device ID in a subsequent PR.

Changeset

Testing

Tests relating to device.id have been skipped temporarily.