Skip to content

Commit

Permalink
fill in app.json org and project names
Browse files Browse the repository at this point in the history
  • Loading branch information
awongh committed Feb 12, 2025
1 parent 4271f7f commit 252365c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nr-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@
[
"@sentry/react-native/expo",
{
"organization": "sentry org slug, or use the `SENTRY_ORG` environment variable",
"project": "sentry project name, or use the `SENTRY_PROJECT` environment variable",
// If you are using a self-hosted instance, update the value of the url property
// to point towards your self-hosted instance. For example, https://self-hosted.example.com/.
"organization": "trustroots-foundation-fo",
"project": "react-native",
"url": "https://sentry.io/"
}
]
Expand Down

0 comments on commit 252365c

Please sign in to comment.