Skip to content

chore(ACI): Remove all references of sentry_app_identifier#107991

Merged
ceorourke merged 11 commits intomasterfrom
ceorourke/ISWF-2035
Feb 19, 2026
Merged

chore(ACI): Remove all references of sentry_app_identifier#107991
ceorourke merged 11 commits intomasterfrom
ceorourke/ISWF-2035

Conversation

@ceorourke
Copy link
Copy Markdown
Member

@ceorourke ceorourke commented Feb 10, 2026

Follow up to #107887 and #107982 to fully remove all references of sentry_app_identifier to prepare for running a migration to remove it from the database.

@linear
Copy link
Copy Markdown

linear Bot commented Feb 10, 2026

@ceorourke ceorourke marked this pull request as ready for review February 17, 2026 23:17
@ceorourke ceorourke requested review from a team as code owners February 17, 2026 23:17
Comment thread src/sentry/receivers/outbox/region.py
Copy link
Copy Markdown
Member

@kcons kcons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the caveat that I'm still a bit of a novice in outboxes, sentry apps, and realistically notifications, this looks ok to me aside from the schema validation concern.

},
},
"required": ["target_type", "target_identifier"],
"additionalProperties": False,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be True, as prior to migration we expect sentry_app_identifier to be present in data but not the schema?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I put back the sentry_app_identifier in a test and re-ran it to confirm 👍 Changing this to True for now.

@ceorourke ceorourke merged commit 0e2ceab into master Feb 19, 2026
98 checks passed
@ceorourke ceorourke deleted the ceorourke/ISWF-2035 branch February 19, 2026 18:13
JonasBa pushed a commit that referenced this pull request Feb 19, 2026
Follow up to #107887 and
#107982 to fully remove all
references of `sentry_app_identifier` to prepare for running a migration
to remove it from the database.
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
Follow up to #107887 and
#107982 to fully remove all
references of `sentry_app_identifier` to prepare for running a migration
to remove it from the database.
ceorourke added a commit that referenced this pull request Feb 25, 2026
Now that #109215 is deployed we
can flip `additionalProperties` back to `False` after it was flipped in
#107991 temporarily. I've
confirmed we have no more mentions of `sentry_app_identifier` in the db.
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants