1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2017-03-12 18:18:46 +01:00
3 changed files with 8 additions and 2 deletions

View File

@@ -218,11 +218,12 @@ class RavenHandler extends AbstractProcessingHandler
*/
protected function getExtraParameters()
{
return ['checksum', 'release'];
return ['checksum', 'release', 'event_id'];
}
/**
* @param string $value
* @return self
*/
public function setRelease($value)
{