mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Add support for passing sentry contexts through monolog context or extra, closes #1214
This commit is contained in:
@@ -216,7 +216,7 @@ class RavenHandler extends AbstractProcessingHandler
|
|||||||
*/
|
*/
|
||||||
protected function getExtraParameters()
|
protected function getExtraParameters()
|
||||||
{
|
{
|
||||||
return array('checksum', 'release', 'event_id');
|
return array('contexts', 'checksum', 'release', 'event_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user