Update sentry lines and comment new image picker.
This commit is contained in:
3
App.js
3
App.js
@@ -1,3 +1,4 @@
|
||||
import 'expo-dev-client';
|
||||
import { ApolloProvider } from "@apollo/client";
|
||||
import * as Sentry from "@sentry/react-native";
|
||||
import "expo-asset";
|
||||
@@ -26,7 +27,7 @@ Sentry.init({
|
||||
enableInExpoDevelopment: true,
|
||||
// tracesSampleRate: 0.2,
|
||||
// integrations: [
|
||||
// new Sentry.Native.ReactNativeTracing({
|
||||
// new Sentry.ReactNativeTracing({
|
||||
// tracingOrigins: ["localhost", "imex.online", "cloudinary.com", /^\//],
|
||||
// // ... other options
|
||||
// }),
|
||||
|
||||
Reference in New Issue
Block a user