Skip to content

Commit 721f79e

Browse files
committed
fix(mobile): enhance Sentry monitoring with comprehensive error tracking and performance monitoring
1 parent 727cfa3 commit 721f79e

File tree

14 files changed

+165
-14
lines changed

14 files changed

+165
-14
lines changed

apps/mobile/v1/app.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"android": {
28-
"package": "com.typelets.notes",
28+
"package": "com.typelets.mobile.android",
2929
"versionCode": 47,
3030
"softwareKeyboardLayoutMode": "resize",
3131
"adaptiveIcon": {
@@ -45,7 +45,13 @@
4545
},
4646
"plugins": [
4747
"expo-router",
48-
"@sentry/react-native/expo",
48+
[
49+
"@sentry/react-native/expo",
50+
{
51+
"organization": "bata-labs",
52+
"project": "typelets-app-mobile"
53+
}
54+
],
4955
[
5056
"expo-splash-screen",
5157
{

0 commit comments

Comments
 (0)