diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index b2ecc4247..a3d216b93 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -6894,6 +6894,24 @@ ], "passive": true }, + { + "name": "toolkit_errorModule", + "description": "Called when an unexpected error occurs within a module outside of regular metrics tracking", + "metadata": [ + { + "type": "module", + "required": true + }, + { + "type": "result", + "required": true + }, + { + "type": "source", + "required": true + } + ] + }, { "name": "toolkit_featureState", "description": "Represents the current enabled state of a feature. Used to track user journey through a feature. Emitted after feature-specific operations of interest in the Toolkit.", @@ -7140,4 +7158,4 @@ ] } ] -} \ No newline at end of file +}