Releases: MySchoolManagement/elastic-apm-symfony-bundle
Releases · MySchoolManagement/elastic-apm-symfony-bundle
1.0.6
What's Changed
- Move listeners to the FINISH_REQUEST event to be sure they are called by @mfadul24 in #11
Full Changelog: 1.0.5...1.0.6
1.0.4
What's Changed
- Replace deprecated KernelEvent::isMasterRequest() by @stchr in #7
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Add compatibility to php > 8.0 by @mfadul24 in #6
- Adds new "unwrap_exceptions" configuration for recording previous/nested exceptions
New Contributors
Full Changelog: 1.0.2...1.0.3
1.0.2
- Updated to work with new 1.3 distributed tracing data
1.0.1
What's Changed
- Fix InteractiveInteractor if elastic is disabled by @groensch24 in #4
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
It's time to make a 1.0.0 release!
1.0.0-rc2
- Added new
explicitly_collect_exceptions
for dealing with multiple exception reporting in commands
1.0.0-rc1
- Added basic memory tracking, disabled by default
- Refactored how custom labels and custom are attached
0.9.0
Replacing createError w/ createErrorFromThrowable (#1)