1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 18:30:15 +02:00

Merge pull request #371 from thewilkybarkid/update-sentry-url

Update Sentry URL
This commit is contained in:
Jordi Boggiano
2014-05-22 19:19:06 +02:00

View File

@@ -17,7 +17,7 @@ use Monolog\Logger;
use Raven_Client;
/**
* Handler to send messages to a Sentry (https://github.com/dcramer/sentry) server
* Handler to send messages to a Sentry (https://github.com/getsentry/sentry) server
* using raven-php (https://github.com/getsentry/raven-php)
*
* @author Marc Abramowitz <marc@marc-abramowitz.com>