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.

6 lines 266 B
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" class="page"> <StackLayout class="p-20"> <Button tap="onTapMain" text="Main thread exeption" /> <Button tap="onTapTry" text="Inside of try trow test" /> </StackLayout> </Page>