Breaking / Important behavior changes:
- Metrics are enabled by default. This behavior first appeared in
0.13.5and is now documented as part of the0.14.0behavior. Applications that do not want to send metrics must explicitly opt out withsentry_options_set_enable_metrics(options, false). (#1609) - Structured logs are enabled by default. This behavior first appeared in
0.13.9and is now documented as part of the0.14.0behavior. Applications that do not want to capture structured logs must explicitly opt out withsentry_options_set_enable_logs(options, false). (#1673)