Skip to content

Commit

Permalink
fix(err): a couple of small taxonomy updates (#26518)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 authored Nov 29, 2024
1 parent 68402d1 commit fc97b2e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
},
$exception: {
label: 'Exception',
description: 'Automatically captured exceptions from the client Sentry integration',
description: 'Exceptions - an error or unexpected event in your application',
},
$web_vitals: {
label: 'Web Vitals',
Expand Down Expand Up @@ -388,6 +388,16 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
),
},
// exception tracking
$cymbal_errors: {
label: 'Exception processing errors',
description: 'Errors encountered while trying to process exceptions',
system: true,
},
$exception_list: {
label: 'Exception list',
description: 'List of one or more associated exceptions',
},
// TODO - most of the rest of these are legacy, I think?
$sentry_exception: {
label: 'Sentry exception',
description: 'Raw Sentry exception data',
Expand Down

0 comments on commit fc97b2e

Please sign in to comment.