raygun4php

PHP provider for Raygun

MIT License

Downloads
1.4M
Stars
36
Committers
36
raygun4php - v2.3.3 Latest Release

Published by darcythomas about 1 year ago

What's Changed

Full Changelog: https://github.com/MindscapeHQ/raygun4php/compare/v2.3.2...v2.3.3

raygun4php - v2.3.2

Published by darcythomas over 1 year ago

Fix: Don't save a null value with setcookie()

raygun4php - v2.3.1

Published by redJ4y over 1 year ago

What's Changed

raygun4php - v2.3.0

Published by robbieaverill about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MindscapeHQ/raygun4php/compare/v2.2.1...v2.3.0

raygun4php - v2.2.1

Published by izsi-salmon about 2 years ago

  • SetUser method now supports numeric data types for 'user' parameter

Thanks to @robbieaverill for the review!

raygun4php - v2.2.0

Published by Deacon-McIntyre over 2 years ago

  • Capture the file and line number where the exception itself is thrown

Thanks to @treehousetim and @robbieaverill for contributing and reviewing!

raygun4php - v2.1.1

Published by Olwiba over 2 years ago

  • Fix namespace in Uuid library to prevent composer errors with mixed case package names

Thanks to @yakmoose for submitting a PR to resolve this!

  • DM me if you want some swag 😃
raygun4php - v2.1.0

Published by Deacon-McIntyre almost 3 years ago

  • Allow client IP address to be filtered out
  • Provide configuration to filter out all POSTed form data

Thanks to @GuySartorelli and @robbieaverill for contributing and reviewing!

raygun4php - v2.0.2

Published by samuel-holt over 3 years ago

  • Remove PHP 7.2 and replace with PHP 8.0 in Travis builds, fix JSON match assertion issue in unit tests
  • Fixes for CLI use, PHP 7.4 deprecation warning in RaygunMessage JSON encoding

Thanks to @robbieaverill and @m3m0r7 for your contributions!

raygun4php - v2.0.0

Published by samuel-holt over 4 years ago

  • Use Guzzle to send payloads to the API
  • Increased minimum PHP version to 7.1
  • Added PSR-4 autoloader
  • Removes toJsonRemoveUnicodeSequences() and removeNullBytes() methods from the RaygunClient class - use toJson() instead
  • Add sample apps

Thanks to @robbieaverill and @anfly0 for contributing and reviewing!

raygun4php - v1.8.4

Published by robbieaverill over 5 years ago

  • Update phpunit/phpunit (Andreas Möller) - b93c713
  • Reference phpunit.xsd as installed with composer (Andreas Möller) - 47a33b6
  • AddTags phpdoc was on wrong method (Dominic Scheirlinck) - 301ff82
  • Fix PHPDoc format (Dominic Scheirlinck) - 34a3d2f
  • Fix regression, Guard against accessing unset user id (jovenden) - 84850d3

Thanks to @localheinz, @dominics, and @jakedaleweb for contributing =)

raygun4php - v1.8.3

Published by BenjaminHarding over 5 years ago

Remove the -dev option for composer installations as it's now deprecated. Thanks to @biggianteye

raygun4php - v1.8.2

Published by BenjaminHarding over 6 years ago

No longer output warning when a socket connection fails. Instead output only when $debug is set

raygun4php - v1.8.1

Published by BenjaminHarding almost 7 years ago

  • Fix escapeshellarg from accepting string with NULL bytes
raygun4php - v1.8.0

Published by BenjaminHarding over 7 years ago

  • Cookie options can now be configured
  • Fix for multiple cookies being set
raygun4php - v1.7.1

Published by BenjaminHarding almost 8 years ago

  • Illegal string offset fix identified in issue #90
raygun4php - v1.7.0

Published by BenjaminHarding almost 8 years ago

  • Added custom error grouping
raygun4php - v1.6.1

Published by PlainSight over 9 years ago

  • Assign ClassName as exceptionClass in error message
raygun4php - v1.6.0

Published by fundead almost 10 years ago

  • Added support for HTTP proxies
  • Support ip addresses from X-Forwarded-For
  • Guard against null server variables
raygun4php - v1.5.3

Published by fundead almost 10 years ago

  • Unified payload format (internal change)
Package Rankings
Top 1.61% on Packagist.org
Badges
Extracted from project README
Build status