mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve telemetry
This commit is contained in:
@@ -125,7 +125,15 @@ import { FirebaseX } from '@ionic-native/firebase-x/ngx'; */
|
||||
// new BrowserTracing({
|
||||
// tracingOrigins: ['localhost', 'https://gd-api.oapr.gov.ao/api/'],
|
||||
// }) as Integration,
|
||||
]
|
||||
],
|
||||
beforeSend(event, hint) {
|
||||
|
||||
// Modify the event here
|
||||
// console.log('Intercepted Sentry event:', event);
|
||||
|
||||
// Optionally, return null to drop the event or return the modified event
|
||||
return event;
|
||||
}
|
||||
},
|
||||
// Forward the init method to the sibling Framework.
|
||||
SentrySibling.init
|
||||
|
||||
Reference in New Issue
Block a user