littlefish_observability_manager 3.0.1
littlefish_observability_manager: ^3.0.1 copied to clipboard
The observability manager for littlefish - resolves and registers observability, monitoring and analytics providers based on configuration
3.0.1 #
- Update a dependency to the latest release.
3.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT(signalr,observability_manager): fork version line at core 7->8 boundary.
2.0.0 #
Note: This release has breaking changes.
- BREAKING: fork the version line at the
littlefish_core7→8 boundary.2.xtargetslittlefish_core ^8.0.0; the1.2.xline (1.2.9+) is the core ^7.3.0 maintenance line. No code change from 1.2.10 — major bump exists solely to keep the two core lines from colliding in a caret range.
1.2.10 #
- Update a dependency to the latest release.
1.2.9 #
- Update a dependency to the latest release.
1.2.8 #
- Update a dependency to the latest release.
1.2.7 #
- Update a dependency to the latest release.
1.2.6 #
- Update a dependency to the latest release.
1.2.5 #
- Update a dependency to the latest release.
1.2.4 #
- Update a dependency to the latest release.
1.2.3 #
- Update a dependency to the latest release.
1.2.2 #
- Update a dependency to the latest release.
1.2.1 #
- Update a dependency to the latest release.
1.2.0 #
- FIX: restore melos versioning after main merge conflict.
- FEAT(hardware_manager): add initial implementation of littlefish hardware manager and related files.
1.1.1 #
- FIX: restore melos versioning after main merge conflict.
1.1.0 #
- FIX(monitoring): set _activeProvider explicitly in 'none' case, fix test assertions.
- FIX(monitoring): remove _ensureInitialized from getAppWrapper/getNavigatorObserver.
- FIX(monitoring): register Sentry services before appRunner/runApp.
- FIX(monitoring): harden type safety for config values.
- FIX(monitoring): respect monitoring enabled flag for Sentry path.
- FEAT(observability-manager): add backward-compatible legacy mode detection.
- FEAT(monitoring): add littlefish_observability_manager package.
- DOCS: improve _isNotConfigured detection docs, add appRunner contract docs, log malformed configs.