Jordi Boggiano
d68b63a0d0
Default to html when no content-type is set
2016-03-04 17:19:59 +00:00
John Hunt
88e483a815
Fixed small syntax bug with BrowserConsoleHandler preventing console output
...
Replaced commas in send() method when calling generateScript() - this was
preventing any javascript from being output
2016-03-04 17:08:06 +00:00
Jordi Boggiano
127d7720c9
CS fixes
2016-03-01 18:00:33 +00:00
Jordi Boggiano
fa96f6aa8f
Add support for firefox in ChromePHPHandler
2016-03-01 17:13:48 +00:00
Daniel Gimenes
3521455e51
LineFormatter if configured to use short attachment
2016-03-01 17:02:07 +00:00
Jordi Boggiano
bf61d9ff3f
Allow using LOG_LOCAL* on windows, fixes #713
2016-03-01 16:46:08 +00:00
Jordi Boggiano
1048aa4a59
Allow BrowserConsoleHandler to be overridden for better integration in frameworks
2016-03-01 16:39:55 +00:00
Alexey Karapetov
c688ff17eb
HandlerWrapper
2016-03-01 15:59:22 +00:00
Ronald Drenth
0d2bef0579
Add handleBatch implementation for PhpAmqpLib
2016-03-01 15:57:23 +00:00
Jordi Boggiano
973d3ca7ae
Fix race condition in rotating file handler, fixes #709
2016-03-01 15:44:46 +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
Joris Berthelot
bf82600f0c
Allow GroupHandler to set a formatter to all nested handlers
2016-01-21 12:50:15 +01:00
Dmitriy Garanzha
e2a77060da
Raven client fingerprint support
2016-01-20 11:39:44 +02:00
Jordi Boggiano
3a41aa08c4
Docblock fixes
2015-12-18 17:48:21 +00:00
Jordi Boggiano
bc2bdedcc2
Merge pull request #676 from kornrunner/master
...
mongodb/mongodb support
2015-11-18 17:18:56 +00:00
Jordi Boggiano
b3f1d9a792
Add note about payload context var, refs #687
2015-11-18 17:17:24 +00:00
Jordi Boggiano
5ee8529a7a
Merge pull request #687 from edvardasd/master
...
Pass payload information to RollbarHandler on report_message.
2015-11-18 17:14:45 +00:00
Jordi Boggiano
64f6c3d916
Adjust docblocks, refs #686 #685
2015-11-18 17:14:09 +00:00
Jordi Boggiano
0880801b4a
Merge pull request #686 from apfelbox/hipchat-from
...
[HipChatHandler] Always send the "from" name
2015-11-18 17:12:52 +00:00
Jordi Boggiano
c889fb2648
CS fixes & upgrading cs fixer config
2015-11-18 17:09:46 +00:00
Jannik Zschiesche
fa38530fdc
Always append "from" field when sending to HipChat
2015-11-18 10:25:04 +01:00
Edvardas Daukšas
c5465b8e1a
Pass payload information to RollbarHandler on report_message.
2015-11-18 10:59:57 +02:00
Jannik Zschiesche
45d243f0ab
Always send the "from" name in the hipchat handler
2015-11-17 18:52:08 +01:00
Elan Ruusamäe
a5c56fdf1e
two more minor spelling fixes
2015-11-09 18:21:29 +02:00
Elan Ruusamäe
b72866e6dd
info is uncountable
2015-11-09 18:17:39 +02:00
Elan Ruusamäe
745100db42
Update NativeMailerHandler.php
...
don't calculate parameters in a loop
2015-11-09 11:08:56 +02:00
Boris Momčilović
4764052a10
MongoDBHandler: write: call proper method if we've got instance of MongoDB\Collection
2015-11-03 20:47:58 +01:00
Boris Momčilović
435ddc2ec6
MongoDBHandler: support for MongoDB\Client
2015-11-03 20:34:57 +01:00
Jordi Boggiano
6b42e7d241
Merge pull request #668 from silvadanilo/avoid_infinite_loop
...
Avoid infinite loops when no data is written on a socket for a time
2015-10-28 15:18:16 +00:00
Danilo Silva
988d595351
set to 10 seconds the default timeout during writing data on a socket, to aovid possible issue and with a very low risk to break backward compatibility @Seldaek
2015-10-28 16:13:45 +01:00
Danilo Silva
65cc3083b6
exit prematurely when data has been written to avoid unnecessary time check @Seldaek
2015-10-28 16:12:09 +01:00
Adrian Föder
4a1429e573
[TASK] CGL fix
...
This replaces a double-quote occurrence with
a single-quote one to comply with the CGL
as well as fixing an escaping mistake.
2015-10-19 12:25:21 +02:00
Danilo Silva
5c129a7f7f
Avoid infinite loops when no data is written on a socket for a time greater than writingTimeout settings
2015-10-19 12:02:32 +02:00
pomaxa
fc077b8172
* fix var passed to curl::execute
...
* phpdoc
* remove defining null for class props.
2015-09-30 01:08:08 +03:00
pomaxa
5b05c66429
php doc for throw exception
2015-09-30 00:53:37 +03:00
Jordi Boggiano
ec0b383ace
Merge pull request #647 from rap2hpoutre/patch-1
...
Use `text` and `title` fields for SlackHandler
2015-09-21 10:25:59 +01:00
François-Xavier de Guillebon
f24867ad06
Fixed undeclared properties
2015-09-17 14:33:27 +02:00
raph
976259bb5b
Use text
and title
fields for SlackHandler
...
According to slack documentation (https://api.slack.com/docs/attachments ), an attachment may have a title and a text. The log message and title should use these fields. One of the benefits of using these two properties instead of adding a field is that it's shortened (with a "show more" button) and expandable by slack. It adds a bit of hierarchy in the attachement. Message is the content. Extra and context are additional fields.
2015-09-17 09:52:52 +02:00
Aleksei Shmelev
aaa2854b10
SwiftMailerHandler bugfix.
...
Added generating unique id when building message and test.
2015-09-14 16:37:30 +03:00
Jordi Boggiano
5785a9ac4a
Fix CS and php5.3 compat
2015-08-31 10:26:07 +01:00
Jordi Boggiano
18013a5e7d
Fix rollbar triggering strict notices
2015-08-31 10:16:39 +01:00
Moshe Brevda
dce930e43d
Fix syntax
2015-08-27 09:47:53 +03:00
Moshe Brevda
fd4687b089
Better variable handling
2015-08-27 09:44:55 +03:00
Moshe Brevda
2719cca77f
Add payload, too
2015-08-23 02:03:17 +03:00
Moshe Brevda
a4033bf3d6
Pass context to RollBar
2015-08-23 00:06:48 +03: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
57dc037895
Add IFTTTHandler to docs
2015-08-09 18:44:06 +01:00
Jordi Boggiano
cd3f9f1e50
CS fixes, refs #623
2015-08-09 17:52:11 +01:00
Jordi Boggiano
0fef7571db
Merge remote-tracking branch 'nehalvpatel/master'
2015-08-09 17:50:40 +01:00