1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-20 08:06:19 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
ipsq
a3e7ed6218 Update RavenHandlerTest.php 2014-03-31 21:12:07 +02:00
ipsq
8e0c9fddc4 Update RavenHandlerTest.php 2014-03-31 21:11:04 +02:00
ipsq
54bbb329b6 Update RavenHandlerTest.php 2014-03-31 20:58:02 +02:00
ipsq
a89698b0e2 Update RavenHandlerTest.php 2014-03-31 20:45:14 +02:00
ipsq
ef0a44f8e0 Added a test for Tags 2014-03-31 20:40:02 +02:00
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +01:00
Florian Pfitzer
8452da04da get record with highest log level in raven batch 2013-10-03 11:57:48 +02:00
Jordi Boggiano
a00f102cda Rename logFormatter to batchFormatter, refs #203 2013-07-28 19:01:33 +02:00
Fabien Potencier
29ae147226 Improved the Raven handler when using a Buffer handler 2013-06-15 15:22:51 +02:00
Jordi Boggiano
3f8c37b23c CS fixer 2013-03-28 11:41:04 +01:00
Marc Abramowitz
4830b92725 Curly braces on same line for try/catch, as suggested by @stof in
https://github.com/Seldaek/monolog/pull/76#r743295
2012-04-27 07:06:28 -07:00
Marc Abramowitz
44d2441782 Pull MockRavenClient (which depends on Raven_Client) out of
tests/Monolog/Handler/RavenHandlerTest.php into a separate file so that
the test can pass when raven-php is installed and can be skipped when
raven-php is not installed. Addresses @Stof's comment in
https://github.com/Seldaek/monolog/pull/76#r740465
2012-04-26 15:03:43 -07:00
Marc Abramowitz
6b4b2a6ac0 Change key from 'context' to 'exception' in
RavenHandlerTest::testException
2012-04-26 14:30:37 -07:00
Marc Abramowitz
acbf574b98 Add RavenHandler and RavenFormatter for working with Raven which is the
protocol used by Sentry (http://github.com/dcramer/sentry). Uses
raven-php (https://github.com/getsentry/raven-php).
2012-04-25 08:31:01 -07:00