1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

Update RavenHandler.php

This commit is contained in:
ipsq 2014-04-01 17:13:27 +02:00
parent 7f4eb35fd6
commit d79cda40cd

View File

@ -132,6 +132,7 @@ class RavenHandler extends AbstractProcessingHandler
$options['tags'] = array();
if (!empty($record['extra']['tags'])) {
$options['tags'] = array_merge($options['tags'], $record['extra']['tags']);
unset($record['extra']['tags']);
}
if (!empty($record['context']['tags'])) {
$options['tags'] = array_merge($options['tags'], $record['context']['tags']);