Skip to content

Commit 071dee7

Browse files
aliu39Zylphrex
andauthored
fix(seer-rpc): map org id for get_attributes_for_span (#104486)
needs wrapper to convert param to org_id --------- Co-authored-by: Tony Xiao <txiao@sentry.io>
1 parent 8f21261 commit 071dee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/seer/endpoints/organization_seer_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
# Autofix - project-scoped methods
9090
"get_error_event_details": accept_organization_id_param(get_error_event_details),
9191
"get_profile_details": get_profile_details,
92-
"get_attributes_for_span": get_attributes_for_span,
92+
"get_attributes_for_span": map_org_id_param(get_attributes_for_span),
9393
# Replays - project-scoped methods
9494
"get_replay_summary_logs": accept_organization_id_param(rpc_get_replay_summary_logs),
9595
}

0 commit comments

Comments
 (0)