toddtarsi-sentry-cordova-shim
TypeScript icon, indicating that this package has built-in type declarations

0.18.1 • Public • Published


Official Sentry SDK for Cordova (Ionic, ...)

Travis codecov npm version npm dm npm dt

deps deps dev deps peer

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 toddtarsi-sentry-cordova-shim

Weekly Downloads

0

Version

0.18.1

License

MIT

Unpacked Size

1.18 MB

Total Files

52

Last publish

Collaborators

  • toddtarsi