File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/sentry/api/helpers/group_index Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -416,13 +416,12 @@ def handle_resolve_in_release(
416416 res_type = GroupResolution .Type .in_future_release
417417 res_type_str = "in_future_release"
418418 res_status = GroupResolution .Status .pending
419+ activity_data = {"version" : "" }
420+ # Set activity_data["future_release_version"] in process_group_resolution
419421
420422 # Pass placeholder release to process_group_resolution
421423 release = release_placeholder
422424
423- # Leave activity_data["version"] as ""
424- # and set activity_data["future_release_version"] in process_group_resolution
425-
426425 elif status_details .get ("inRelease" ):
427426 # TODO(jess): We could update validation to check if release
428427 # applies to multiple projects, but I think we agreed to punt
You can’t perform that action at this time.
0 commit comments