levit_monitor 0.0.11
levit_monitor: ^0.0.11 copied to clipboard
Optional runtime telemetry, redaction, and transport pipeline for Levit applications.
0.0.11 #
- Add dependency-neutral
CustomMonitorEventandLevitMonitor.emitCustomEventfor application-layer adapters. - Add stable namespaces/names, severity levels, safe structured serialization, complete sensitive-payload redaction, and custom-event transport formatting.
- Keep
levit_monitorindependent of higher-level kits such aslevit_dart; task events are bridged by applications that import both. - Updated internal package constraints to
^0.0.11.
0.0.10 #
- Coordinated release version bump.
- Updated internal package constraints to
^0.0.10.
0.0.9 #
- Coordinated release version bump.
- Updated internal package constraints to
^0.0.9.
0.0.8 #
- Routed multi-transport failure diagnostics through structured debug logging.
- Coordinated release version bump.
- Updated internal package constraints to
^0.0.8.
0.0.7 #
Fixes #
- FIX: Safely surfaced websocket connection errors via
onReadyandonErrorcallbacks inWebSocketTransport.
0.0.6 #
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Added WebSocket transport for real-time DevTools communication.
- New
LevitReactiveMiddlewarefor tracking reactive changes. - Isolate-based transports for non-blocking monitoring.
- Enhanced event serialization for the DevTools.
0.0.1 #
- Initial release with WebSocket transport for DevTools communication.