mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
Update RavenHandler.php
This commit is contained in:
parent
7f4eb35fd6
commit
d79cda40cd
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user