Update sentry url prefix (#960)
This commit is contained in:
parent
2d3a859db6
commit
3eb940839d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-staging.yaml
vendored
2
.github/workflows/deploy-staging.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
STATIC_URL: /dashboard/static/
|
||||
SENTRY_ORG: saleor
|
||||
SENTRY_PROJECT: dashboard
|
||||
SENTRY_URL_PREFIX: "~/static"
|
||||
SENTRY_URL_PREFIX: "~/dashboard/static"
|
||||
ENVIRONMENT: master-staging
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue