This commit is contained in:
Peter Maquiran
2022-12-30 15:39:42 +01:00
8 changed files with 835 additions and 53 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ import { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';
// The example is using Angular, Import '@sentry/vue' or '@sentry/react' when using a Sibling different than Angular.
/////123////import * as SentrySibling from '@sentry/angular';
/////123//// import * as SentrySibling from '@sentry/angular';
/////123////import * as Sentry from '@sentry/capacitor';
// The example is using Angular, Import '@sentry/vue' or '@sentry/react' when using a Sibling different than Angular.
// For automatic instrumentation (highly recommended)
@@ -83,7 +83,7 @@ import { FirebaseX } from '@ionic-native/firebase-x/ngx'; */
/////123//// Sentry.init(
/////123//// {
/////123//// dsn: 'https://5b345a3ae70b4e4da463da65881b4aaa@o4504340905525248.ingest.sentry.io/4504345615794176',
/////123//// // To set your release and dist versions
// To set your release and dist versions
/////123//// release: 'gabinetedigital@1.0.0',
/////123//// dist: '1',
// Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
@@ -145,7 +145,7 @@ import { FirebaseX } from '@ionic-native/firebase-x/ngx'; */
{
provide: ErrorHandler,
// Attach the Sentry ErrorHandler
/////123//// useValue: SentrySibling.createErrorHandler(),
/////123////useValue: SentrySibling.createErrorHandler(),
},
StatusBar,
//SplashScreen,