Skip to content

Commit 916b034

Browse files
committed
Add support for passing sentry contexts through monolog context or extra, closes #1214
1 parent 5b1bf00 commit 916b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Monolog/Handler/RavenHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protected function getDefaultBatchFormatter()
216216
*/
217217
protected function getExtraParameters()
218218
{
219-
return array('checksum', 'release', 'event_id');
219+
return array('contexts', 'checksum', 'release', 'event_id');
220220
}
221221

222222
/**

0 commit comments

Comments
 (0)