Skip to content

Releases: silverstripe/silverstripe-raygun

4.0.1

30 Apr 20:42
Compare
Choose a tag to compare

What's Changed

  • Bug: Fix for invalid argument type provided to writeError() by @chrispenny in #72

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

27 Feb 01:35
de2a0c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...4.0.0

3.5.0

25 Dec 08:41
7dab936
Compare
Choose a tag to compare

Many thanks to @GuySartorelli for working diligently on this new release!

New:

Fixes:

Full Changelog: 3.4.0...3.5.0

3.4.0

08 Nov 21:45
b6cd182
Compare
Choose a tag to compare

Allow to configure outbound proxy for the Raygun client

2.3.1

21 Jul 02:38
c4341e1
Compare
Choose a tag to compare

DOCS Clarified docs
FIX Yaml syntax compat with symfony/yaml:4 for version 2.3

3.3.1

06 Jan 01:06
d6ddefc
Compare
Choose a tag to compare

Fix YAML syntax for compat with newer Symfony libraries

3.2.0

29 Jul 01:48
34afb20
Compare
Choose a tag to compare
  • Feature / support for multiple Raygun App Keys (Serge Latyntcev) - 1985388

Support JS error handling in CMS

11 Jul 05:16
Compare
Choose a tag to compare
3.1.0

MINOR: Code formatting

3.0.0

11 Feb 00:52
ca9d26a
Compare
Choose a tag to compare

Features:

  • Add setting to disable user tracking in Raygun and set default to true = disable tracking (this is a logical change from previous releases)

Bugfixes:

  • Add a name to the logger interface config to allow overwrite in custom code (Raised in issue #30 )

2.2.0

08 Feb 03:31
8d43a2a
Compare
Choose a tag to compare

Bugfixes

  • Log messages not created by the error handler no longer break if this module is installed.

Other changes

  • monolog-extensions upgraded to 2.x