1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

made raven user context less destructive

This commit is contained in:
Stepan Mazurov
2015-04-13 19:22:16 -06:00
parent a54d460500
commit 09be78d62a
3 changed files with 34 additions and 15 deletions

View File

@@ -17,6 +17,7 @@ class MockRavenClient extends Raven_Client
{
public function capture($data, $stack, $vars = null)
{
$data = array_merge($this->get_user_data(), $data);
$this->lastData = $data;
$this->lastStack = $stack;
}