Expo not sending report to Sentry in production release

I have Sentry working correctly during development, but the production release of the app it does not send any reports to Sentry. The sourcemaps uploaded correctly when I published to the release channel

Running postPublish hook: sentry-expo/upload-sourcemaps

I am using

"sentry-expo": "^1.7.0"

in App.js I have

Sentry.enableInExpoDevelopment = true;
Sentry.config(‘Sign In | Sentry’).install();

As I say, it works fine in dev.

Is there something I’m missing in the set up for production?

I have just updated to

"sentry-expo": "^1.10.0"

and all seems fine now

1 Like

Nice! Thanks for letting us know upgrading resolved the issue for you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.