2017 © Pedro Peláez
 

library sentry

Сáша Sentry

image

cawaphp/sentry

Сáша Sentry

  • Friday, February 16, 2018
  • by tchiot.ludo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

# Сáша Sentry

Warning

Be aware that this package is still in heavy developpement. Some breaking change will occure. Thank's for your comprehension., (*1)

Features

  • Listeners for all php error
  • Send error to a queue in order to be send to sentry server async

Installation

Simply add this configuraiton to your production environnment, (*2)

listeners:
  byClass:
    Cawa\Error\ErrorEvent:
    - Cawa\Sentry\Listeners\Sentry::receive
    Cawa\Events\TimerEvent:
    - Cawa\Sentry\Listeners\Sentry::onTimerEvent

add make sur that you have a configured queue / worker to send the event, (*3)

License

Cawa is licensed under the GPL v3 License - see the LICENSE file for details, (*4)

The Versions

16/02 2018