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 8f21261 commit 071dee7Copy full SHA for 071dee7
src/sentry/seer/endpoints/organization_seer_rpc.py
@@ -89,7 +89,7 @@
89
# Autofix - project-scoped methods
90
"get_error_event_details": accept_organization_id_param(get_error_event_details),
91
"get_profile_details": get_profile_details,
92
- "get_attributes_for_span": get_attributes_for_span,
+ "get_attributes_for_span": map_org_id_param(get_attributes_for_span),
93
# Replays - project-scoped methods
94
"get_replay_summary_logs": accept_organization_id_param(rpc_get_replay_summary_logs),
95
}
0 commit comments