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

Deploy last changes to prevent application crash #43

@mmikirtumov

Description

@mmikirtumov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions