Releases: spryker/monitoring
Releases · spryker/monitoring
2.1.2
Included commits: 2.1.1...2.1.2
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
2.1.1
Included commits: 2.1.0...2.1.1
Fixes
- Adjusted application name setting of monitoring extension plugins, so now store can be null in case it's not available.
2.1.0
Included commits: 2.0.0...2.1.0
Improvements
- Added EventDispatcherPlugin.
Deprecations
- Deprecated ServiceProvider.
2.0.0
Included commits: 1.0.2...2.0.0
Improvements
The NewRelicMonitoringExtensionPlugin was removed from the Monitoring Module as it can be added inside the projects MonitoringDependencyProvider::getExtensionModules()
.
1.0.2
Included commits: 1.0.1...1.0.2
Bugfixes
- Fix issue in \Spryker\Yves\Monitoring\Plugin\ControllerListener when it could send un-registered Route to monitoring service and this in result failed with 500 server response;
1.0.1
1.0.0
Included commits: https://github.com/spryker/monitoring/tree/1.0.0
Initial Release
- New Module which adds the possibility to add MonitoringExtensions to it to let projects decide which monitoring provider they want to use.