Skip to content

Releases: MySchoolManagement/elastic-apm-symfony-bundle

1.0.6

20 Mar 10:16
4c6ca41
Compare
Choose a tag to compare

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.5

23 Jun 06:27
3830613
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

06 May 06:34
17a880b
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated KernelEvent::isMasterRequest() by @stchr in #7

Full Changelog: 1.0.3...1.0.4

1.0.3

27 Apr 07:11
5795a43
Compare
Choose a tag to compare

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

03 Mar 12:44
Compare
Choose a tag to compare
  • Updated to work with new 1.3 distributed tracing data

1.0.1

09 Dec 22:45
dee5713
Compare
Choose a tag to compare

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

30 Nov 13:53
370e52a
Compare
Choose a tag to compare

It's time to make a 1.0.0 release!

1.0.0-rc2

07 Jul 06:35
Compare
Choose a tag to compare
  • Added new explicitly_collect_exceptions for dealing with multiple exception reporting in commands

1.0.0-rc1

06 Jul 09:01
Compare
Choose a tag to compare
  • Added basic memory tracking, disabled by default
  • Refactored how custom labels and custom are attached

0.9.0

29 Apr 06:34
323cade
Compare
Choose a tag to compare
Replacing createError w/ createErrorFromThrowable (#1)