Skip to content

Commit ac34eec

Browse files
authored
fix(uptime) Add a missing task import for uptime (#104104)
Fixes SENTRY-5B8Y
1 parent 25a6c52 commit ac34eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
921921
"sentry.tasks.web_vitals_issue_detection",
922922
"sentry.tasks.weekly_escalating_forecast",
923923
"sentry.tempest.tasks",
924+
"sentry.uptime.autodetect.notifications",
924925
"sentry.uptime.autodetect.tasks",
925926
"sentry.uptime.rdap.tasks",
926927
"sentry.uptime.subscriptions.tasks",

0 commit comments

Comments
 (0)