npm

outsystems-plugin-sentry
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Sentry

OutSystems fork of sentry-cordova

This release deactivate all options coming from process.env.variables (such as SENTRY_SKIP_AUTO_RELEASE) because OutSystems cannot modify them at install.

build codecov npm version npm dm npm dt

This is a beta release

Usage

Cordova in index.html onDeviceReady function:

onDeviceReady: function() {
    ...
    var Sentry = cordova.require("sentry-cordova.Sentry");
    Sentry.init({ dsn: '___PUBLIC_DSN___' });
    ...
}

Ionic in your app.module.ts:

...
import * as Sentry from 'sentry-cordova';
...
Sentry.init({ dsn: '___PUBLIC_DSN___' });

Documentation

Package Sidebar

Install

npm i outsystems-plugin-sentry

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

28 MB

Total Files

243

Last publish

Collaborators

  • jesse.dion