mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-26 11:35:05 +02:00
✨(collaboration) report yhub errors to sentry
Sentry can be used to report errors in yhub-server service
This commit is contained in:
@@ -194,6 +194,11 @@ documents what each of them changes.
|
||||
| YHUB_TASK_CONCURRENCY | Tasks one worker process claims at once | 5 |
|
||||
| YHUB_TASK_DEBOUNCE_MS | How long an update waits on the redis stream before a worker persists it | 10000 |
|
||||
| YHUB_MIN_MESSAGE_LIFETIME_MS | How long persisted updates stay replayable from redis rather than read back from postgres | 60000 |
|
||||
| SENTRY_DSN | Sentry DSN, unset disables it: the SDK is then not even loaded. Can be read from a file with SENTRY_DSN_FILE | |
|
||||
| SENTRY_ENVIRONMENT | Environment the events are reported under | production |
|
||||
| SENTRY_RELEASE | Release the events are reported under. Detected by the SDK when unset | |
|
||||
| SENTRY_TRACES_SAMPLE_RATE | Share of the traces sent to Sentry, between `0` and `1` | 0 |
|
||||
| SENTRY_PROFILES_SAMPLE_RATE | Share of the sampled traces that are also profiled, between `0` and `1`. The native profiler is only loaded above `0` | 0 |
|
||||
| SOFT_MIGRATION | Set to "true" to seed a room from the legacy Django/S3 document store the first time it is opened | false |
|
||||
| LEGACY_S3_ENDPOINT_URL | Required by SOFT_MIGRATION, endpoint of the legacy media bucket, without a path | |
|
||||
| LEGACY_S3_ACCESS_KEY_ID | Required by SOFT_MIGRATION, read access to that bucket (or LEGACY_S3_ACCESS_KEY_ID_FILE) | |
|
||||
|
||||
Reference in New Issue
Block a user