add logging

This commit is contained in:
Peter Maquiran
2024-07-22 11:37:02 +01:00
parent ef7edb3978
commit 717968ac52
12 changed files with 787 additions and 35 deletions
+3 -3
View File
@@ -119,9 +119,9 @@ import { FirebaseX } from '@ionic-native/firebase-x/ngx'; */
// We recommend adjusting this value in production.
tracesSampleRate: 1.0,
integrations: [
new BrowserTracing({
tracingOrigins: ['localhost', 'https://gd-api.oapr.gov.ao/api/'],
}) as Integration,
// new BrowserTracing({
// tracingOrigins: ['localhost', 'https://gd-api.oapr.gov.ao/api/'],
// }) as Integration,
]
},
// Forward the init method to the sibling Framework.