aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/environmentoptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sentry config (#430)Dan Engelbrecht2025-06-121-0/+84
| | | | | | | | | | - 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`
* revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-101-84/+0
|
* add EnvironmentOptions helperDan Engelbrecht2025-06-101-0/+84