1
0
Fork 0
mirror of synced 2024-05-16 02:32:40 +12:00

chore: update changelog

This commit is contained in:
Torsten Dittmann 2022-01-03 12:58:21 +01:00
parent 8be3a17ec0
commit fe6fb90fcd

View file

@ -49,9 +49,9 @@
- `users.update.email`
- `users.update.name`
- `users.update.password`
- Added new environment variables to enable error logging
- `_APP_LOGGING_PROVIDER` To enable the logger set the value to one of `sentry`, `raygun`, `appsignal`.
- `_APP_LOGGING_CONFIG` This variable configures authentication to 3rd party error logging providers. If using Sentry, this should be 'SENTRY_API_KEY;SENTRY_APP_ID'. If using Raygun, this should be Raygun API key. If using AppSignal, this should be AppSignal API key.
- Added new environment variables to enable error logging:
- The `_APP_LOGGING_PROVIDER` variable allows you to enable the logger set the value to one of `sentry`, `raygun`, `appsignal`.
- The `_APP_LOGGING_CONFIG` variable configures authentication to 3rd party error logging providers. If using Sentry, this should be 'SENTRY_API_KEY;SENTRY_APP_ID'. If using Raygun, this should be Raygun API key. If using AppSignal, this should be AppSignal API key.
- Added new environment variable `_APP_USAGE_AGGREGATION_INTERVAL` to configure the usage worker interval
- Added negative rotation values to file preview endpoint
- Multiple responses from the Health service were changed to new (better) schema **Breaking Change**