-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update web client sentry config (#1580)
* chore: update sentry CLI * chore: gitignore sentry CLI config * fix: update sentry config * fix: rename SENTRY_DSN environment variable to REACT_APP_SENTRY_DSN * chore: update @sentry/react
- Loading branch information
1 parent
fdfe1ac
commit 0aa9f15
Showing
6 changed files
with
114 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,6 @@ src/terrasoApi/shared/graphqlSchema | |
|
||
# Sentry Config File | ||
.sentryclirc | ||
|
||
# Sentry Config File | ||
.sentryclirc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ REACT_APP_PLAUSIBLE_DOMAIN=app.local.terraso.org | |
REACT_APP_SHARED_DATA_ACCEPTED_EXTENSIONS=csv,doc,docx,pdf,ppt,pptx,xlsx,xls | ||
REACT_APP_IMAGE_ACCEPTED_EXTENSIONS=jpeg,jpg | ||
REACT_APP_MAPBOX_ACCESS_TOKEN= | ||
REACT_APP_SENTRY_DSN=https://[email protected]/abcd | ||
SENTRY_AUTH_TOKEN=sntrys_eyxxxxxxxxxxx | ||
SENTRY_DSN=https://[email protected]/abcd |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters