-
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: rename SENTRY_DSN environment variable to REACT_APP_SENTRY_DSN
- Loading branch information
1 parent
6b3ea25
commit ef275b5
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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 |
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