| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
eliminates spurious sentry log output during startup as the new channel defaults to WARN
The level can be overridden via `--log-debug=sentry-sdk` or `--log-info=sentry-sdk`
|
| |
|
|
|
|
| |
terminate calls (#514)
Improvement: Make sure we call the previous terminate handle if present when we intercept terminate calls
Improvement: Avoid allocating memory for call stack in terminate handle and assert callback
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- 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`
|
| | |
|
| |
|
|
|
| |
add env-variable parsing for sentry option
|
| |
|
|
|
| |
reporting endpoint (#427)
moved sentry database path to temporary directory for zen commandline
|
|
|
* refactor sentry integration and add to zen command line tool
* move add_ldflags("-framework Security")
|