-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from gruz0/feature/add-sentry
Add Sentry
- Loading branch information
Showing
21 changed files
with
2,824 additions
and
230 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 |
---|---|---|
|
@@ -20,6 +20,9 @@ export REDIS_URL="redis://localhost:6379" | |
# SQLite database file path. Adjust the path as per your local setup. | ||
export DATABASE_URL="file:/Users/username/Projects/database.db" | ||
|
||
# URL for Sentry.io Tracking | ||
export SENTRY_DSN="https://[email protected]/dsn" | ||
|
||
# Used to interact with Idea API from the backend side. | ||
export IDEA_SERVICE_API_BASE="http://localhost:3000/api" | ||
|
||
|
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 |
---|---|---|
|
@@ -17,6 +17,9 @@ export REDIS_URL="redis://localhost:6379" | |
# SQLite database file path. Adjust the path as per your local setup. | ||
export DATABASE_URL="file:./database.test.db" | ||
|
||
# URL for Sentry.io Tracking | ||
export SENTRY_DSN="https://[email protected]/dsn" | ||
|
||
# Used to interact with Idea API from the backend side. | ||
export IDEA_SERVICE_API_BASE="http://localhost:3000/api" | ||
|
||
|
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
Oops, something went wrong.