
Ionic/Sentry Logger App
Ionic/Sentry Logger App that uses logging by Sentry
$0.00
Details
Ionic/Sentry Logger App that uses logging by Sentry
This application uses Loggly to extend the the IonicErrorHandler for logging hybrid mobile apps. Now you can gain greater insights of how you application is performing in real-time.
Quicklinks
Backend setup
- Create or Sign In to your Sentry environment
- Click on Create Project
- Copy the public DSN
- Add copy the release id
Ionic app setup
- Clone this repo.
- Open the logger.service.ts file; Add the DSN and release id.
- Open a bash shell and navigate to the project folder
- Then run.
bash $ sudo npm install
- Then, to run it, run:
bash $ ionic cordova platform add ios $ ionic cordova run ios