Browse Source

feat(revenue): Add monitor seats data category (#62406)

While DataCategory is deprecated, it is still used in a _lot_ of places
within getsentry.

See: https://github.com/getsentry/getsentry/pull/12445
Matt Duncan 1 year ago
parent
commit
df7ed004f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/types/core.tsx

+ 1 - 0
static/app/types/core.tsx

@@ -79,6 +79,7 @@ export enum DataCategory {
   ATTACHMENTS = 'attachments',
   PROFILES = 'profiles',
   REPLAYS = 'replays',
+  MONITOR_SEATS = 'monitorSeats',
 }
 
 /**