-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨(dashboard) add Sentry sampling rate configuration for traces and pr…
…ofiles Introduce environment variables `DASHBOARD_SENTRY_TRACES_SAMPLE_RATE` and `DASHBOARD_SENTRY_PROFILES_SAMPLE_RATE` to manage sampling rates for Sentry traces and profiles.
- Loading branch information
Showing
2 changed files
with
12 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 |
---|---|---|
|
@@ -9,10 +9,13 @@ DASHBOARD_SECRET_KEY=the_secret_key | |
DASHBOARD_DB_NAME=qualicharge-dashboard | ||
DASHBOARD_DATABASE_URL=psql://qualicharge:pass@postgresql:5432/qualicharge-dashboard | ||
|
||
# tools | ||
# Third-party integrations | ||
DASHBOARD_SENTRY_DSN= | ||
DASHBOARD_SENTRY_TRACES_SAMPLE_RATE=1.0 | ||
DASHBOARD_SENTRY_PROFILES_SAMPLE_RATE=1.0 | ||
|
||
# superuser | ||
DJANGO_SUPERUSER_PASSWORD=admin | ||
DJANGO_SUPERUSER_USERNAME=admin | ||
[email protected] | ||
|
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