Jordi Boggiano
21dde4dedb
Move to strict mode and fix tests
2016-05-27 13:44:00 +01:00
Jordi Boggiano
85e43a5e7b
Merge branch '1.x'
2016-05-26 20:42:24 +01:00
Jordi Boggiano
ba9d57a96b
Add extra safety
2016-05-20 20:14:51 +01:00
Jordi Boggiano
3eee2a006b
Merge branch '1.x'
2016-05-20 19:40:36 +01:00
Michael Moussa
09c4cca32b
Fix NewRelicHandler error when using LineFormatter
2016-05-20 19:31:17 +01:00
Jordi Boggiano
3d30ba5ecc
Add some return type hints and fix up HandlerWrapper
2016-03-01 17:35:54 +00:00
Jordi Boggiano
c889fb2648
CS fixes & upgrading cs fixer config
2015-11-18 17:09:46 +00:00
Jordi Boggiano
3f1ac6544c
Format deep array params before sending to newrelic, fixes #579
2015-06-11 19:34:48 +01:00
Jordi Boggiano
995a61bec8
CS fixes
2015-03-01 14:12:35 +00:00
Steve Pavarno
448c0b0754
Added comments about New relic High Security mode
2015-01-07 17:09:44 +13:00
Florian Plattner
51ba2d9147
improved doc comments on NewRelicHandler
2014-12-18 20:56:03 +01:00
Florian Plattner
fe6e40675a
removed duplicated call to newrelic_name_transaction()
2014-12-18 20:50:51 +01:00
Florian Plattner
e6e2457c55
added support for newrelic_name_transaction() to NewRelicHandler
2014-12-18 00:16:03 +01:00
Mark Garrett
bc2d882967
Account for context and extra params that are sent as arrays (GitProcessor for one). New __construct param is optional and set to false to emulate current feature set.
2014-09-30 16:42:07 -05:00
Mark Garrett
e7647fd37d
Add prefixes to the context and extra record keys. Needed as some processors have the same keys as the the context. Specifically, the IntrospectionProcessor has "line" and "file" that can overwrite an error context "line" and "file".
2014-09-29 11:04:41 -05:00
Ray Ward
bdf58af603
Log extra data as custom parameters in new relic.
2014-05-14 10:21:18 +10:00
Jordi Boggiano
99aad2e059
Formatting fixes
2013-09-16 11:56:03 +02:00
odino
165778963e
the appname can now be set from the handler's constructor
2013-08-26 13:20:13 +04:00
odino
db3df1a1fa
NewRelic handler: added the app name
2013-08-26 12:04:22 +04:00
Jordi Boggiano
52f478b289
Fix tests
2013-07-28 23:19:20 +02:00
Jordi Boggiano
df1f411378
CS fixes and set the default NewRelicHandler level to ERROR, refs #105
2013-07-28 23:11:20 +02:00
odino
b422bb1c5b
refactored the implementation of the NR handler and its test:
...
* the test now checks that if the extension is not loaded, an exception is thrown
* the test now mocks the new relic native functions
* moved some parameters as constants in the handler class
2013-07-24 10:14:35 +04:00
odino
394b0bf872
removed the logic for the fallback handler, its out of place, adapted the "test"
2013-07-24 09:46:20 +04:00
Alessandro Nadalin
33ea09eb6a
updated the documentation
2013-07-24 09:46:20 +04:00
Alessandro Nadalin
b439707cbb
Added an handler for NewRelic:
...
* implemented a test which verifies that the fallback handler handles records when the NewRelic PHP extension is not installes
* implemented the actual handler
2013-07-24 09:46:20 +04:00