We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869c7b0 commit 8096846Copy full SHA for 8096846
README.md
@@ -16,6 +16,7 @@ The config object to be passed to each service has the following properties:
16
- LOGGING_TYPE (can be local|remote|none)
17
- local: log to local console only
18
- remote: log to local console and remote endpoint
19
+ - newrelic: forward onto the NewRelic error handler if there's one available
20
- none: perform no logging
21
- REMOTE_LOGGING_ENDPOINT: the full URL to the endpoint where log messages are sent via AJAX POST
22
- REMOTE_ERROR_REPORT_ENDPOINT: the full URL to the endpoint where user error reports will be sent via AJAX POST
0 commit comments