Unverified Commit 72555d5d authored by Joel's avatar Joel Committed by GitHub

feat: add frontend sentry docker compose config (#353)

parent fff39a30
...@@ -168,6 +168,8 @@ services: ...@@ -168,6 +168,8 @@ services:
# console or api domain. # console or api domain.
# example: http://udify.app # example: http://udify.app
APP_URL: '' APP_URL: ''
# The DSN for Sentry error reporting. If not set, Sentry error reporting will be disabled.
SENTRY_DSN: ''
# The postgres database. # The postgres database.
db: db:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment