* custom error component

* upload sourcemaps to sentry
* report caught errors to sentry
This commit is contained in:
m5r
2021-09-07 04:49:13 +08:00
parent 48f9e67516
commit bdac93d7e1
10 changed files with 596 additions and 27 deletions

View File

@@ -18,6 +18,8 @@ processes = []
QUIRREL_API_URL = "https://queue.mokhtar.dev"
QUIRREL_BASE_URL = "dev.shellphone.app"
APP_BASE_URL = "dev.shellphone.app"
SENTRY_ORG = "capsule-corp"
SENTRY_PROJECT = "shellphone"
[deploy]
release_command = "/app/node_modules/.bin/blitz prisma migrate deploy"