We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902ba78 commit 2b78bfdCopy full SHA for 2b78bfd
static/app/views/settings/account/notifications/utils.tsx
@@ -53,6 +53,7 @@ export function getPricingDocsLinkForEventType(event: DataCategoryExact) {
53
return 'https://docs.sentry.io/pricing/quotas/manage-continuous-profile-hours/';
54
case DataCategoryExact.PROFILE_DURATION_UI:
55
return 'https://docs.sentry.io/pricing/quotas/manage-ui-profile-hours/';
56
+ case DataCategoryExact.SEER_USER:
57
case DataCategoryExact.SEER_AUTOFIX:
58
case DataCategoryExact.SEER_SCANNER:
59
return 'https://docs.sentry.io/pricing/quotas/manage-seer-budget/';
0 commit comments