nativescript-sentry icon indicating copy to clipboard operation
nativescript-sentry copied to clipboard

Deploy last changes to prevent application crash

Open mmikirtumov opened this issue 5 years ago • 0 comments
trafficstars

Is it possible to publish the changes that I see in code

https://github.com/danielgek/nativescript-sentry/blob/0afd1f24ef4f81b3b7c4439931bfa54852e4648d/src/angular/error.handler.ts#L22

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

https://github.com/danielgek/nativescript-sentry/commit/38241a47ae122c9aa5da29122102cc0c696aba69

Thanks

mmikirtumov avatar Jun 09 '20 13:06 mmikirtumov