v0.1.18 of scout_flutter Zero-config OpenTelemetry RUM for Flutter. Auto-captures taps, navigation, errors, lifecycle, crashes, performance metrics, network requests, and structured logs. Changelog...
Origin | Interest | Match
Zero-config OpenTelemetry RUM for Flutter. Auto-captures taps, navigation, errors, lifecycle, crashes, performance metrics, network requests, and structured logs. Changelog excerpt: ### Breaking changes - User identity is now emitted under the `user.*`namespace instead of `enduser.*`. `setUser(id: 'u1', attributes: {'email': '...', 'phone': '...'})`produces `user.id`, `user.email`, `user.phone`. The auto-attached anonymous identifier is now `user.anonymous_id`. Dashboards / queries that filter on `enduser.*`must move to `user.*` - `setUser`no longer requires `id`— `setUser(attributes: {'tenant': 'acme'})`is valid. Bare attribute keys are auto-prefixed with `user.`; keys al[...]