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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
Is it possible to publish the changes that I see in code
nativescript-sentry/src/angular/error.handler.ts
Line 22 in 0afd1f2
Because in version 1.9.1 I cannot find this changes in compiled js file.
In js compiled code I see only
SentryErrorHandler.prototype.handleError = function (err) { try { __1.Sentry.captureException(err); } catch (e) { console.log('[NativeScript-Sentry - SentryErrorHandler]', e); } throw err; };
This commit will probably solve our problem of crashing application when we use this plugin
38241a4
Thanks
The text was updated successfully, but these errors were encountered: