UNPKG

nativescript-sentry.io

Version:

This plugin uses sentry-android and sentry-cocoa to catch native errors/stack traces and send them to a sentry server.

7 lines (4 loc) 320 B
// this import should be first in order to load some required settings (like globals and reflect-metadata) import { platformNativeScript } from "nativescript-angular/platform-static"; import { AppModuleNgFactory } from "./app.module.ngfactory"; platformNativeScript().bootstrapModuleFactory(AppModuleNgFactory);