Skip to content

Releases: spryker/monitoring

2.1.2

17 Jun 15:45
Compare
Choose a tag to compare

Included commits: 2.1.1...2.1.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

2.1.1

11 May 10:34
Compare
Choose a tag to compare

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

11 Oct 05:36
Compare
Choose a tag to compare

Included commits: 2.0.0...2.1.0

Improvements

  • Added EventDispatcherPlugin.

Deprecations

  • Deprecated ServiceProvider.

2.0.0

31 Oct 17:47
Compare
Choose a tag to compare

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

23 Oct 19:17
Compare
Choose a tag to compare

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

10 Aug 07:10
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Bugfixes

  • Fixed ignorableTransactions.

1.0.0

25 Jul 08:20
Compare
Choose a tag to compare

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.