All Projects β†’ getsentry β†’ Sentry Cordova

getsentry / Sentry Cordova

Licence: mit
The official Sentry SDK for Cordova

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sentry Cordova

Awesome Cordova
πŸ“± A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (+448.98%)
Mutual labels:  cordova, ionic
Capacitor
Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚑️
Stars: ✭ 6,598 (+13365.31%)
Mutual labels:  cordova, ionic
Cupertino Pane
πŸŽ‰πŸ“±Multi-functional panes and boards for next generation progressive applications
Stars: ✭ 267 (+444.9%)
Mutual labels:  cordova, ionic
setup-ionic
Set up your GitHub Actions workflow with Cordova/Ionic environment
Stars: ✭ 23 (-53.06%)
Mutual labels:  cordova, ionic
Angular Toolkit
Angular Schematics and Builders for `@ionic/angular` apps.
Stars: ✭ 45 (-8.16%)
Mutual labels:  cordova, ionic
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-75.51%)
Mutual labels:  cordova, ionic
Cordova Background Geolocation Lt
The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
Stars: ✭ 600 (+1124.49%)
Mutual labels:  cordova, ionic
cordova-plugin-today-widget
Add a today widget app extension target to your cordova project.
Stars: ✭ 51 (+4.08%)
Mutual labels:  cordova, ionic
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+1530.61%)
Mutual labels:  cordova, ionic
Cordova Admob Pro
πŸ”₯ Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+1308.16%)
Mutual labels:  cordova, ionic
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+2.04%)
Mutual labels:  cordova, ionic
Storage Based Queue
Javascript queue library with persistent storage based queue mechanism for the browsers environments. Specially designed for offline.
Stars: ✭ 33 (-32.65%)
Mutual labels:  cordova, ionic
scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (-51.02%)
Mutual labels:  cordova, ionic
Vscode Cordova
A Visual Studio Code extension providing intellisense, debug, and build support for Cordova and Ionic projects.
Stars: ✭ 267 (+444.9%)
Mutual labels:  cordova, ionic
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-67.35%)
Mutual labels:  cordova, ionic
Cordova Plugin Ionic Webview
Web View plugin for Cordova, specialized for Ionic apps.
Stars: ✭ 419 (+755.1%)
Mutual labels:  cordova, ionic
cordova-plugin-crypto-file
Encrypts source files, works with cordova-plugin-ionic-webview
Stars: ✭ 29 (-40.82%)
Mutual labels:  cordova, ionic
generator-angular-pro
AngularJS project generator for scalable, enterprise-grade web and mobile applications
Stars: ✭ 43 (-12.24%)
Mutual labels:  cordova, ionic
Generator M Ionic
Advanced workflows and setup for building rock-solid Ionic apps
Stars: ✭ 677 (+1281.63%)
Mutual labels:  cordova, ionic
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (-51.02%)
Mutual labels:  cordova, ionic


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

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].