We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sentry/react-native/expo
1 parent 2684f2c commit e9e2c8cCopy full SHA for e9e2c8c
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixes
6
7
- Make `getSentryExpoConfig` options parameter optional ([#3514](https://github.com/getsentry/sentry-react-native/pull/3514))
8
+- Use `@sentry/react-native/expo` as plugin name in `expo-upload-sourcemaps.js` ([#3515](https://github.com/getsentry/sentry-react-native/pull/3515))
9
10
## 5.16.0-alpha.3
11
scripts/expo-upload-sourcemaps.js
@@ -27,7 +27,7 @@ function getSentryPluginPropertiesFromExpoConfig() {
27
return false;
28
}
29
const [pluginName] = plugin;
30
- return pluginName === '@sentry/react-native';
+ return pluginName === '@sentry/react-native/expo';
31
});
32
33
if (!sentryPlugin) {
0 commit comments