File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 214
214
"status" : 0 ,
215
215
"actor" : 1 ,
216
216
"idp_provisioned" : false ,
217
- "date_added" : " 2023-06-22T22:54:28.821Z" ,
218
- "org_role" : null
217
+ "date_added" : " 2023-06-22T22:54:28.821Z"
219
218
}
220
219
},
221
220
{
Original file line number Diff line number Diff line change 64
64
# each entry in this dict, please leave a TODO comment pointed to a github issue for removing
65
65
# the shim, noting in the comment which self-hosted release will trigger the removal.
66
66
DELETED_FIELDS : dict [str , set [str ]] = {
67
- # TODO(getsentry/sentry#66247): Remove once self-hosted 24.4.0 is released.
68
67
# The actor field should be retained until 24.6.0
69
- "sentry.team" : {"org_role" , " actor" },
68
+ "sentry.team" : {"actor" },
70
69
# TODO(mark): Safe to remove after july 2024 after self-hosted 24.6.0 is released
71
70
"sentry.rule" : {"owner" },
72
71
# TODO(mark): Safe to remove after july 2024 after self-hosted 24.6.0 is released
You can’t perform that action at this time.
0 commit comments