Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Cordova plugin for the Rollbar service allowing for native crash reporting for Codova/PhoneGap apps.

License

Notifications You must be signed in to change notification settings

Resgrid/cordova-plugins-rollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: Resgrid has not used Rollbar for a while, well over 2 years. Instead we've transitioned to Microsoft AppCenter Crashes https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova. If you are using Ionic Framework Pro we highly recommend Ionic Monitor https://ionicframework.com/pro/monitor. If you still need the plugin we will continue to accept pull requests only.

Resgrid's Rollbar Cordova Plugin

PhoneGap / Cordova plugin for using the Rollbar service. Currently supports Android and iOS allowing for capturing native exceptions that occur outside the context of the Web View (i.e. native crashes).

About Resgrid

Resgrid is a software as a service (SaaS) logistics, management and communications platform for first responders, volunteer fire departments, career/paid-on-call fire, EMS, Search and Rescue (SAR), public safety, HAZMAT, CERT, disaster response, etc.

Resgrid is built on Microsoft's Azure platform, utilizing the Ionic Framework/Cordova/Angular for mobile applications.

Sign up for your free Resgrid Account Today!.

Rollbar

This plugin requires a Rollbar account. Sign up for your free Rollbar account here.

Installation

You can install the plugin by running the following command.

cordova plugin add https://github.com/Resgrid/cordova-plugins-rollbar.git --variable ROLLBAR_ACCESS_TOKEN="<ROLLBAR_ACCESS_TOKEN>" --variable ROLLBAR_ENVIRONMENT="<ROLLBAR_ENVIRONMENT>"

Usage

After device ready call the following line of code to initialize the Rollbar plugin. Note that the token and environment are pulled form the plugin vairables.

cordova.plugins.Rollbar.init();

Supported Platforms

  • Android
  • iOS

Notes

Currently in development, we welcome PR's and other fixes. Hope to have it production ready soon.

Author's

Special Thanks

License

Apache 2.0

About

Cordova plugin for the Rollbar service allowing for native crash reporting for Codova/PhoneGap apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published