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
Not able to do Sentry.close(), getting "Failed to close the SDK". I see in the package that it uses getCurrentHub().getClient() to get the client, but it's marked as deprecated. Logging the error from the catch it says:
TypeError: Cannot read properties of undefined (reading 'then')
at file: node_modules/stacktrace-gps/stacktrace-gps.js:186:0
at async Module.close (file:///app/vendor.js:3795:13)
I'm on "@nativescript-community/sentry": "4.6.28". Same result on Android and iOS.
The text was updated successfully, but these errors were encountered:
Not able to do Sentry.close(), getting "Failed to close the SDK". I see in the package that it uses getCurrentHub().getClient() to get the client, but it's marked as deprecated. Logging the error from the catch it says:
I'm on "@nativescript-community/sentry": "4.6.28". Same result on Android and iOS.
The text was updated successfully, but these errors were encountered: