diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app.json b/app.json index 2d6920448..f2ac0eb50 100644 --- a/app.json +++ b/app.json @@ -64,12 +64,24 @@ { "username": "blueskysocial" } - ] + ], + "sentry-expo" ], "extra": { "eas": { "projectId": "55bd077a-d905-4184-9c7f-94789ba0f302" } + }, + "hooks": { + "postPublish": [ + { + "file": "sentry-expo/upload-sourcemaps", + "config": { + "organization": "blueskyweb", + "project": "react-native" + } + } + ] } } } |