浏览代码

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

tags/0.3.3
Joel 2 年前
父节点
当前提交
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.
# example: http://udify.app
APP_URL: ''
# The DSN for Sentry error reporting. If not set, Sentry error reporting will be disabled.
SENTRY_DSN: ''

# The postgres database.
db:

正在加载...
取消
保存