Skip to content

Commit

Permalink
fix: sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Aug 12, 2024
1 parent 0bd9463 commit 82cb1bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions front/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
[
"@sentry/react-native/expo",
{
project: "incubateur",
organization: "nos-1000-jours",
project: "nos-1000-jours",
organization: "incubateur",
url: "https://sentry.fabrique.social.gouv.fr/",
},
],
[
Expand Down

0 comments on commit 82cb1bb

Please sign in to comment.