소스 검색

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

Joel 1 년 전
부모
커밋
72555d5df8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docker/docker-compose.yaml

+ 2 - 0
docker/docker-compose.yaml

@@ -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: