chore: set sentry dsn from environment variable (#1366)
* chore: set sentry dsn from env variable for backend and worker * dev: sentry dsn for docker compose hub file
This commit is contained in:
parent
d1e834eb6f
commit
e7bb580289
3 changed files with 9 additions and 3 deletions
|
|
@ -21,10 +21,12 @@ NEXT_PUBLIC_TRACK_EVENTS=0
|
|||
NEXT_PUBLIC_SLACK_CLIENT_ID=""
|
||||
|
||||
# Backend
|
||||
|
||||
# Debug value for api server use it as 0 for production use
|
||||
DEBUG=0
|
||||
|
||||
# Error logs
|
||||
SENTRY_DSN=""
|
||||
|
||||
# Database Settings
|
||||
PGUSER="plane"
|
||||
PGPASSWORD="plane"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue