Skip to content

Add definitions for a module erroring #839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -7140,4 +7158,4 @@
]
}
]
}
}