Skip to content

Commit 6dc47a8

Browse files
ref(dashboards): Rename widget mismatch context key
Use a shorter context key name for the dashboard widget mismatch Sentry SDK context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd10661 commit 6dc47a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/api/serializers/rest_framework/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def update_widgets(self, instance, widget_data):
863863
self.create_widget(instance, data)
864864
else:
865865
sentry_sdk.set_context(
866-
"dashboard_widget_mismatch",
866+
"dashboard",
867867
{
868868
"org_slug": instance.organization.slug,
869869
"dashboard_id": instance.id,

0 commit comments

Comments
 (0)