Skip to content

Commit 2b78bfd

Browse files
chore(seer): Add SEER_USERS pricing docs url (#105233)
See getsentry/sentry-docs#15791
1 parent 902ba78 commit 2b78bfd

File tree

1 file changed

+1
-0
lines changed
  • static/app/views/settings/account/notifications

1 file changed

+1
-0
lines changed

static/app/views/settings/account/notifications/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function getPricingDocsLinkForEventType(event: DataCategoryExact) {
5353
return 'https://docs.sentry.io/pricing/quotas/manage-continuous-profile-hours/';
5454
case DataCategoryExact.PROFILE_DURATION_UI:
5555
return 'https://docs.sentry.io/pricing/quotas/manage-ui-profile-hours/';
56+
case DataCategoryExact.SEER_USER:
5657
case DataCategoryExact.SEER_AUTOFIX:
5758
case DataCategoryExact.SEER_SCANNER:
5859
return 'https://docs.sentry.io/pricing/quotas/manage-seer-budget/';

0 commit comments

Comments
 (0)