Skip to content

Commit

Permalink
Add support for passing sentry contexts through monolog context or ex…
Browse files Browse the repository at this point in the history
…tra, closes #1214
  • Loading branch information
Seldaek committed Nov 4, 2018
1 parent 5b1bf00 commit 916b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/Handler/RavenHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function getDefaultBatchFormatter()
*/
protected function getExtraParameters()
{
return array('checksum', 'release', 'event_id');
return array('contexts', 'checksum', 'release', 'event_id');
}

/**
Expand Down

0 comments on commit 916b034

Please sign in to comment.