Update sentry lines and comment new image picker.
This commit is contained in:
@@ -101,7 +101,7 @@ async function getPhotos({ bodyshop, jobid, setImages }) {
|
||||
|
||||
setImages(normalizedImages);
|
||||
} catch (error) {
|
||||
Sentry.Native.captureException(error);
|
||||
Sentry.captureException(error);
|
||||
Toast.show({
|
||||
type: "error",
|
||||
text1: `Error fetching photos.`,
|
||||
|
||||
Reference in New Issue
Block a user