feat: use react sentry to support pass config via runtime (#350)
This commit is contained in:
parent
a11f36ca60
commit
fff39a307a
10 changed files with 27 additions and 83 deletions
|
|
@ -6,6 +6,7 @@ export NEXT_PUBLIC_DEPLOY_ENV=${DEPLOY_ENV}
|
|||
export NEXT_PUBLIC_EDITION=${EDITION}
|
||||
export NEXT_PUBLIC_API_PREFIX=${CONSOLE_URL}/console/api
|
||||
export NEXT_PUBLIC_PUBLIC_API_PREFIX=${APP_URL}/api
|
||||
export NEXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN}
|
||||
|
||||
/usr/local/bin/pm2 -v
|
||||
/usr/local/bin/pm2-runtime start /app/web/pm2.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue