Skip to content

feat(sentry-apps): Add is_disabled field to SentryApp model#114263

Draft
Christinarlong wants to merge 1 commit intomasterfrom
Christinarlong/sentry-app-disabled
Draft

feat(sentry-apps): Add is_disabled field to SentryApp model#114263
Christinarlong wants to merge 1 commit intomasterfrom
Christinarlong/sentry-app-disabled

Conversation

@Christinarlong
Copy link
Copy Markdown
Contributor

@Christinarlong Christinarlong commented Apr 29, 2026

Adds a boolean field to sentry apps to represent if the app is disabled or not. Preferred this over making another status since with statuses you have to somehow store/remember the previous.

Also removes some dead code related to disabling which idt we'll need.

Refs ISWF-1234

Add a boolean `is_disabled` column to support disabling Sentry Apps at
the platform level. This is the foundation for admin controls that will
allow staff to disable misbehaving apps (INC-1550 follow-up).

Also removes the dead `_disable()` model method and its unused
`disable_sentryapp` RPC, which were a workaround that only cleared
webhook events rather than truly disabling the app.

ISWF-1234
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 29, 2026

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant