Official Sentry SDK for Cordova (Ionic, ...) Usage Cordova in index.html onDeviceReady function: onDeviceReady: function() { ... var Sentry = cordova.require("sentry-cordova.Sentry"); Sentry.init({ dsn: '___PUBLIC_DSN___' }); ... } Ionic in you app.module.ts: ... import * as Sentry from 'sentry-cordova'; ... Sentry.init({ dsn: '___PUBLIC_DSN___' }); Documentation Installation Using Sentry with Ionic Documentation