Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Deploy last changes to prevent application crash #43

Open
mmikirtumov opened this issue Jun 9, 2020 · 0 comments
Open

Deploy last changes to prevent application crash #43

mmikirtumov opened this issue Jun 9, 2020 · 0 comments

Comments

@mmikirtumov
Copy link

mmikirtumov commented Jun 9, 2020

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

if (this._discardUncaughtJsExceptions) return;

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant