Module: alfresco/services/ErrorReporter

alfresco/services/ErrorReporter

Author:
  • Dave Draper
License:
Source:

Members

errorReportingUrl :string

This is the URL that will be posted to with the details of every error that occurs on the client side. If this is left as null then it is assumed to be the standard Alfresco error reporting URL.
Type:
  • string
Default Value:
  • null
Source:

Methods

onLogRequest({{severity:)

This handles log requests. If the log serverity is "error" then the details will be posted to the errorReportingUrl including the ID of the current user and URL of the current page that they were on.
Parameters:
Name Type Description
{{severity: string, callerName: string, messageArgs: object[]} payload
Source:

registerSubscriptions()

Subscribes to log requests.
Since:
  • 1.0.32
Source: