Skip to content

Commit

Permalink
Merge pull request #13 from jan-san/master
Browse files Browse the repository at this point in the history
Sentry options not passed correctly
  • Loading branch information
esbenp committed Aug 5, 2017
2 parents 0871884 + 3a7b073 commit 098f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporters/SentryReporter.php
Expand Up @@ -24,7 +24,7 @@ public function __construct(array $config)

public function report(Exception $e)
{
$options = $this->config;
$options = $this->config['sentry_options'];

$raven = new Raven_Client(
$this->config['dsn'],
Expand Down

0 comments on commit 098f483

Please sign in to comment.