Tags are key-value pairs providing additional context, such as request
IDs, custom labels, or system metrics (e.g., "browser: Chrome", "os: Windows").
In Telebugs, tags appear in a table format and can be used for filtering and
searching error reports. This aligns with Sentry’s tags interface,
enabling categorization and quick querying across events.
 
Add tags via the SDK to enhance searchability, e.g.,
Telebugs.setTag('user_role', 'admin').