While DataCategory is deprecated, it is still used in a _lot_ of places within getsentry. See: https://github.com/getsentry/getsentry/pull/12445
@@ -79,6 +79,7 @@ export enum DataCategory {
ATTACHMENTS = 'attachments',
PROFILES = 'profiles',
REPLAYS = 'replays',
+ MONITOR_SEATS = 'monitorSeats',
}
/**