1.3.7-4 - Prod Build - Updated sentry logging.
This commit is contained in:
7
App.js
7
App.js
@@ -17,6 +17,13 @@ import { SafeAreaProvider } from "react-native-safe-area-context";
|
||||
Sentry.init({
|
||||
dsn: "https://8d6c3de1940a4e4f8b81cf4d2150bdea@o492140.ingest.sentry.io/5558869",
|
||||
enableInExpoDevelopment: true,
|
||||
tracesSampleRate: 0.2,
|
||||
integrations: [
|
||||
new Sentry.Native.ReactNativeTracing({
|
||||
tracingOrigins: ["localhost", "imex.online", "cloudinary.com", /^\//],
|
||||
// ... other options
|
||||
}),
|
||||
],
|
||||
// debug: true, // Sentry will try to print out useful debugging information if something goes wrong with sending an event. Set this to `false` in production.
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user