BugSnag: List Trace Fields
bugsnag_list_trace_fieldsRetrieve available trace fields and attributes for filtering performance data, allowing you to build dynamic filters from custom metadata attached to spans.
Instructions
Get available trace fields/attributes for filtering
Toolset: Performance
Parameters:
projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.
Use Cases: 1. Find available custom attributes for performance filtering 2. Understand what metadata is attached to traces 3. Build dynamic filters based on available fields
Examples:
Get all trace fields
{}Expected Output: Array of field names and types available for filtering
Hints: 1. Trace fields are custom attributes added to spans 2. Use these fields for filtering other performance queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. |