v1.4.0
What's new:
- Added an environment variable
APPOPTICS_DISABLED
to disable the agent from startup. - Added per-request X-Trace ID. Now every HTTP request, even not sampled, has an
X-Trace
ID attached to the header. - Fixed the version information reported to the AppOptics dashboard.
- Added a new API
SetLogLevel()
. Now the log level can be changed on-the-fly. - Short-circuit the tracing functions when the reporter is closed or disabled.
- Improved the internal message queue capacity for peak workloads.
- Implemented defensive validations for data coming from the backend.
- Fixed a bug on getting the remote settings.
- Other logging improvements.