Jordi Boggiano
3e92b08956
Avoid information leaks through call_user_func arguments, fixes #1138
2018-06-18 17:21:54 +02:00
Jordi Boggiano
57a8a172e5
Update changelog
2018-06-18 16:38:33 +02:00
Petter Blomberg
f753c68a73
Make context optional in hasRecord to not break backwards compatibility
2018-06-18 15:52:04 +02:00
Petter Blomberg
b381a973bc
Make TestHandler::hasRecord assert context, not only message
2018-06-18 15:50:12 +02:00
Robert Gust-Bardon
ad5b8f41b0
Merge branch '1.x' into rgb/signal-handler
2018-06-18 08:18:18 -05:00
Klemen Bratec
e8db808dd3
Allow setting stream chunk size in SocketHandler ( #1129 )
2018-06-18 11:31:46 +02:00
Jordi Boggiano
fd29c89e3c
Merge pull request #1080 from open-sausages/pulls/1/error-trace
...
ENHANCEMENT Ensure 'trace' is captured for fatal non-exceptions
2018-06-18 10:00:18 +02:00
Jordi Boggiano
c99a3e98a6
Merge pull request #1146 from pauluswebster/newrelic-throwable-fix
...
NewRelicHandler - handle Throwable in PHP7
2018-06-17 18:54:31 +02:00
Jordi Boggiano
00aca28c8b
Fix SlackRecord normalization of fields, closes #1078
2018-06-17 18:03:59 +02:00
Andrew Berry
0d993d84d1
Normalization of arrays containing self references ( #1050 )
...
Backport normalization fix from master to 1.x
2018-06-17 17:27:33 +02:00
Sergey Zaika
6e1793e966
Getter for SwiftMailerHandler subject formatter
2018-06-17 15:43:16 +02:00
Jordi Boggiano
120c434db9
Verify handlers types, fixes #1131
2018-06-11 17:30:42 +02:00
Jordi Boggiano
a6be840ff8
Merge pull request #1052 from gmsantos/1.x
...
Include InsightOps handler
2018-06-11 17:30:04 +02:00
Jordi Boggiano
f6842ac92d
Avoid breaking the gelf handler when closing it, fixes #1016
2018-06-08 23:19:28 +02:00
Minh-Quan TRAN
ada5d30511
If context has exactly 1000 items, do not truncate
2018-06-08 22:18:08 +02:00
Alban Kora
5f8783686e
Fixing file rotation when similar files are present
2018-06-08 22:10:08 +02:00
Jordi Boggiano
2893c2b875
Specify text color to improve dark theme support, refs #1128
2018-06-08 21:43:50 +02:00
Thomas Schulz
948bb4a6a0
Improve table row output in HtmlFormatter
2018-06-08 21:41:18 +02:00
Jordi Boggiano
6d79e51f91
Tweaks to exception handler, refs #1012
2018-06-08 21:02:44 +02:00
Jordi Boggiano
4814446331
Merge remote-tracking branch 'vincepare/1.x' into 1.x
2018-06-08 20:44:28 +02:00
Chris Wilkinson
3035d4a251
Fix WhatFailureGroupHandler::handleBatch when the handler has processors
2018-06-08 20:39:17 +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
Josh McRae
c0eeca76fd
Check for directory before throwing 'no existing directory' exception
2018-06-08 12:51:29 +02:00
Jordi Boggiano
8c4539f1fe
More boolean=>bool
2018-06-07 18:45:07 +02:00
Jordi Boggiano
5f85e657f8
Merge pull request #1077 from ErikBooij/1.x
...
Rename Boolean in phpDocs to bool on 1.x
2018-06-07 18:42:33 +02:00
Jordi Boggiano
07681ea4ba
Fix normalization of objects in SlackRecord, closes #1127
2018-06-07 18:28:46 +02:00
Jordi Boggiano
20091d25d3
Merge pull request #1144 from MilesChou/open-visibility-for-slack-handlers
...
Adjust visibility of some properties to protected for extend slack handlers
2018-06-07 18:28:19 +02:00
tnucera
678693e5ef
Add context to fluentd formatter
2018-06-07 17:47:43 +02:00
Jordi Boggiano
b0c1609d36
Merge pull request #1088 from MilesChou/1.x
...
Add getter for webhook url in SlackWebhookHandler class
2018-06-07 17:23:48 +02:00
Jakub Piasecki
a15c1daf91
Use late static bindings in BrowserConsoleHandler
2018-06-04 13:35:27 +02:00
Paul Webster
ccb95c08fd
NewRelicHandler - handle Throwable in PHP7
2018-05-03 11:15:17 +12:00
MilesChou
985fdb3eae
Add getter for webhook and token property
2018-04-25 15:51:22 +08:00
MilesChou
1107013b9c
Open visibility for slack handlers
2018-04-24 23:17:02 +08:00
Robert Gust-Bardon
4fea44bf96
Fix the reflection of constants in HHVM
2018-02-22 13:48:30 -06:00
Robert Gust-Bardon
cf979844dc
Register signal handlers
2018-02-22 11:16:36 -06:00
Damian Mooyman
2d9c905b76
ENHANCEMENT Ensure 'trace' is captured for non-exceptions
...
Fixes #693
2018-01-15 10:42:24 +13:00
MilesChou
18b93feea6
Add getter for webhook url in SlackWebhookHandler class
...
Add getter so that the subclass can easy to inherit SlackWebhookHandler class
2017-11-30 13:47:54 +08:00
Erik Booij
ecdfdc9897
Rename Boolean in phpDocs to bool
2017-11-04 12:14:41 +01:00
gmsantos
81db432c02
Include insightops handler
2017-09-10 00:13:37 -03:00
Vincent Paré
207c91699e
Custom exception handler ( #500 )
...
Add custom exception handler to let the user change the default
behavior when Monolog raise an exception while logging a record.
2017-07-14 12:18:44 +02:00
Jordi Boggiano
d6be96bc3c
Fix 5.3 support
2017-06-19 03:13:01 +02:00
Harm Bandstra
4260b46760
SlackWebhookHandler: refactor curl_setopt to curl_setopt_array
2017-06-19 02:13:06 +02:00
Harm Bandstra
52d9096b14
Explicitly set content-type header, and post JSON as body
2017-06-19 02:12:59 +02:00
Alex Rock Ancelet
d84af8db3c
Fix SwiftMailerHandler support for Swiftmailer 6.0+
2017-06-19 01:59:54 +02:00
Jordi Boggiano
6fdf686a02
Use Aws\Sdk instead of Aws\Common\Aws, fixes #969 , fixes #977
2017-06-19 01:51:14 +02:00
Jordi Boggiano
357ae23fa4
Tweak HandlerWrapper example in docblock, fixes #991
2017-06-19 01:51:14 +02:00
Douglas Reith
765d225554
Support HeadlessChrome ( #966 )
...
* Support HeadlessChrome
2017-06-19 01:47:42 +02:00
Brant Messenger
1b769912d1
PHP Versions less than 5.3.6 throws undefined constant DEBUG_BACKTRAC… ( #986 )
...
* PHP Versions less than 5.3.6 throws undefined constant DEBUG_BACKTRACE_IGNORE_ARGS
Notice: Use of undefined constant DEBUG_BACKTRACE_IGNORE_ARGS - assumed 'DEBUG_BACKTRACE_IGNORE_ARGS' in /vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php on line 58
* Define DEBUG_BACKTRACE_IGNORE_ARGS if not defined.
* Solution using PHP_VERSION_ID and not defining...
...DEBUG_BACKTRACE_IGNORE_ARGS
2017-06-19 01:16:17 +02:00
Lesnykh Ilia
6696e045df
Update JsonFormatter.php
2017-05-03 15:37:25 +03:00
Jordi Boggiano
1b660bbbee
Remove constant from constructor
2017-04-10 09:37:23 +02:00