diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ade5cc6..5fb47e756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ ## +- Feature: Added `--sentry-environment` to `zen` and `zenserver` +- Feature: Added `--sentry-debug` to `zen` and `zenserver` +- Feature: Added environment variable parsing for the following options: + - `UE_ZEN_SENTRY_ENABLED`: `--no-sentry` (inverted) + - `UE_ZEN_SENTRY_DEBUG`: `--sentry-debug` + - `UE_ZEN_SENTRY_ALLOWPERSONALINFO`: `--sentry-allow-personal-info` + - `UE_ZEN_SENTRY_DSN`: `--sentry-dsn` + - `UE_ZEN_SENTRY_ENVIRONMENT`: `--sentry-environment` - Bugfix: Don't require `--namespace` option when using `zen list-namespaces` command - Bugfix: Crash in upload of blobs to Cloud DDC due to buffer range error |