For almost every Expo app error, I get the same error reported to Sentry twice.
- As the normal issue, e.g. TypeError Cannot read property 'status' of undefined.
- As this kind of issue: Error currentScopes.withScope$argument_0(@sentry/core/build... — TypeError: Cannot convert undefined value to object This error is located at: ...
This wasn't happening until recently. I do have captureConsoleIntegration({ levels: ['error'] }), on, but I'm not doing any manual console.error() calls where the errors occur.
Any clue why?