Scrub Sentry API KEY (old one is revoked)

This commit is contained in:
Albert Santoni 2015-01-27 19:55:30 -05:00
parent c9231e9136
commit 8e4aa298d0

View file

@ -24,7 +24,7 @@ class SentryLogger
private function __construct() private function __construct()
{ {
// Instantiate a new client with a compatible DSN // Instantiate a new client with a compatible DSN
$dsn = 'http://6a495f2d42b345f3a995b0c2219c3b9f:383164e96bb741998d8c2af468edf503@sentry.sourcefabric.org/12'; $dsn = 'TODO: FILL ME IN';
$this->sentryClient = new Raven_Client($dsn, $this->sentryClient = new Raven_Client($dsn,
array( array(
//FIXME: This doesn't seem to be working... //FIXME: This doesn't seem to be working...