1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00
Commit Graph

63 Commits

Author SHA1 Message Date
George Mponos
045f8218dd Docblock fixes 2018-12-09 22:15:55 +02:00
Jordi Boggiano
4a33226f25 Wrap up type-hint adding to all handlers 2018-11-19 23:28:33 +01:00
Jordi Boggiano
073c5d763a Merge branch '1.x' 2018-11-04 18:40:32 +01:00
Jordi Boggiano
d64fd101b7 Merge pull request #1188 from nicolas-grekas/raven-url
Update Raven client package URL
2018-11-04 17:24:41 +01:00
Jordi Boggiano
6ab058099c Merge branch '1.x' 2018-11-04 17:18:09 +01:00
Ramil Valitov
e11012dfde [fix] change private vars to protected 2018-11-04 17:14:32 +01:00
Jordi Boggiano
916b034b2b Add support for passing sentry contexts through monolog context or extra, closes #1214 2018-11-04 17:14:32 +01:00
Dimitri Gritsajuk
869ca5963f [RavenHandler] Add environment and breadcrumbs support 2018-11-02 22:01:16 +01:00
Nicolas Grekas
bff2c8488e Update Raven client package URL 2018-08-09 08:21:24 +02:00
Jordi Boggiano
06143b03e5 Add a bunch of return types and fix type inconsistencies reports from phan 2018-07-04 14:14:08 +02:00
Jordi Boggiano
12c9f58de2 Merge branch '1.x' 2018-06-08 21:08:04 +02:00
Ben Dubuisson
22b92c7c00 Fixed message not being passed to client when capturing an exception
The raven client expects the message to be at the first level of the data array when passing an exception.
see https://github.com/getsentry/sentry-php/blob/master/lib/Raven/Client.php#L795
2018-06-08 20:19:10 +02:00
Jordi Boggiano
bd7b28e5ee Merge branch '1.x' 2018-06-07 18:49:40 +02:00
Erik Booij
ecdfdc9897 Rename Boolean in phpDocs to bool 2017-11-04 12:14:41 +01:00
Jordi Boggiano
7405bb5d67 CS fixes 2017-03-20 10:56:47 +01:00
Jordi Boggiano
5e3be010d0 Make sure we use \Throwable and not just \Exception 2017-03-20 10:14:03 +01:00
Jordi Boggiano
4f0c07af69 Merge branch '1.x' 2017-03-12 18:18:46 +01:00
Tim Strijdhorst
e6b05c9173 Allow to set custom event_id [LEGACY] (#930)
* +allow to set a custom event_id as an extra parameter instead of letting Raven generate a UUIDv4

* +CS

* +CS

* +verbose array syntax because of PHP 5.3 support
2017-03-12 17:46:54 +01:00
Lesnykh Ilia
c82afaa303 Add missed return phpdoc tag. (#908)
* Add missed return phpdoc tag.

* Change $this to self.
2017-01-11 17:17:39 +01:00
Jordi Boggiano
1dc4cf31e8 Merge branch '1.x' 2016-11-13 20:26:27 +01:00
Tugdual Saunier
d234839de1 Make the RavenHandler picks the first highest record as main 2016-10-13 09:42:54 +01:00
Jordi Boggiano
5ce1c921ad Fix type errors, thanks phan 2016-09-25 22:11:37 +02:00
Jordi Boggiano
ec945b60d4 Merge branch '1.x' 2016-09-18 18:10:42 +02:00
Jared King
bc3ccb0e87 Add support for PHP 7 errors in RavenHandler by checking for Throwable instead of Exception 2016-08-17 11:14:23 -05:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
3d30ba5ecc Add some return type hints and fix up HandlerWrapper 2016-03-01 17:35:54 +00:00
Grégoire Paris
f1a59c5e0f add release number to every log
This adds an internal release number to the raven handler. The release
number is added to what is sent to sentry unless something already is
present because a release number was sent via "context" or "extra".
2016-01-23 23:00:37 +01:00
Dmitriy Garanzha
e2a77060da Raven client fingerprint support 2016-01-20 11:39:44 +02:00
Jordi Boggiano
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
Tomasz Wójcik
762361fff9 RavenHandler supports extra parameters 2015-08-16 11:13:32 +02:00
Tomasz Wójcik
4551b8c63b RavenHandler handles custom checksums 2015-08-15 17:58:48 +02:00
Jordi Boggiano
ca1376bd61 CS fixes 2015-07-14 10:26:05 +01:00
Stepan Mazurov
09be78d62a made raven user context less destructive 2015-04-13 22:02:07 -06:00
Stepan Mazurov
c1fd9cddf2 Added overwriting of user context to RavenHandler 2015-02-27 16:43:19 -07:00
ryr
c0bf0f56ae set sentry logger 2014-10-24 13:33:36 +07:00
thewilkybarkid
795f705857 Update Sentry URL 2014-05-22 16:08:35 +01:00
ipsq
d79cda40cd Update RavenHandler.php 2014-04-01 17:13:27 +02:00
ipsq
9a7209dd5e Update RavenHandler.php 2014-04-01 17:07:55 +02:00
ipsq
bc8525c87c Fixing the Undefined index error 2014-03-31 21:08:32 +02:00
ipsq
1242bed1c9 Updated the RavenHandler
It can now make use of the tags processor to display tags inside Sentry. It can also include tags that were specified in the context.
2014-03-31 20:22:20 +02:00
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +01:00
Jordi Boggiano
3926d95f8a CS fixes 2013-12-26 11:43:12 +01:00
Florian Pfitzer
8452da04da get record with highest log level in raven batch 2013-10-03 11:57:48 +02:00
Jordi Boggiano
4277c5db4a CS fixes 2013-07-29 00:08:51 +02:00
Jordi Boggiano
a00f102cda Rename logFormatter to batchFormatter, refs #203 2013-07-28 19:01:33 +02:00
Jordi Boggiano
87cca51a32 Fix issue in handleBatch when all records are below the minimum level, refs #203 2013-07-28 18:54:16 +02:00
pvanliefland
474a0f7bc4 Amended PR #203 (RavenHandler batch improvements)
Filtered records based on their level
Took the record with the highest severity as the main one
2013-07-11 19:16:14 +02:00
Fabien Potencier
29ae147226 Improved the Raven handler when using a Buffer handler 2013-06-15 15:22:51 +02:00
David Windell
3556ae7316 Tidy up handler 2013-05-24 19:10:15 +02:00