You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my Capacitor app on iOS no errors are sent to Sentry and the following error is shown in the debug console Unhandled Promise Rejection: Ot: Native Client is not available, can't start on native. Error logging on web works fine.
Currently I've set enableNative to false to disable the native error logging completely. This way I get my normal JS errors in Sentry, but I would like to have native error logging as well.
The text was updated successfully, but these errors were encountered:
Environment
@sentry/capacitor@1.2.0
@capacitor/app@7.0.0
nuxt@3.13.2
vue@3.5.13
Issue
When running my Capacitor app on iOS no errors are sent to Sentry and the following error is shown in the debug console
Unhandled Promise Rejection: Ot: Native Client is not available, can't start on native
. Error logging on web works fine.This is where I initialize Sentry.
Currently I've set
enableNative
tofalse
to disable the native error logging completely. This way I get my normal JS errors in Sentry, but I would like to have native error logging as well.The text was updated successfully, but these errors were encountered: