Merged in feature/SW-2538-redis-api-sentry (pull request #1973)
Feature/SW-2538 redis api sentry * Add fingerprint to be able to differentiate JSON.parse errors * update deploy script * use status over deprecated error function in elysia * use t3-env createFinalSchema for extra validation Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -35,5 +35,9 @@ az deployment sub create \
|
||||
--parameters environment={{ENVIRONMENT}} \
|
||||
containerImageTag=latest \
|
||||
primaryApiKey={{PRIMARY API KEY}} \ # API keys are used for communicating with the api
|
||||
secondaryApiKey={{SECONDARY API KEY}}
|
||||
secondaryApiKey={{SECONDARY API KEY}} \
|
||||
sentryDSN={{SENTRY DSN}} \
|
||||
sentryEnabled={{true/false}} \
|
||||
sentryTraceSampleRate=0.01
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user