telemetry

Record one or more client-reported error telemetry items for the current user, returning no content.

post/api/telemetry/errors/

Request body

uuidstring uuid required
class_namestring required

JavaScript error class name

messagestring required

Just the error message, not the complete traceback

is_application_errorboolean required

True if the extension author/maintainer can't fix the error on their own

timestampstring date-time required

Timestamp the error occurred, not the time the record is added to the db

organizationstring nullable
deploymentstring nullable
extension_uuidstring uuid required

The mod component UUID

extension_labelstring nullable

Label of the extension, depends on the extension's telemetry settings

step_labelstring nullable

Step of the extension, depends on the extension's telemetry settings

user_agentstring required
user_agent_extension_versionstring

Browser extension semantic version

user_agent_extension_full_versionstring

Browser extension version including any pre-release suffix, e.g. 3.2.10-hotfix.2. Blank for the web app and for extension builds older than the field

error_dataobject nullable
platform_namestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.