We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78db924 commit 9a71c09Copy full SHA for 9a71c09
src/sentry/middleware/integrations/parsers/base.py
@@ -144,9 +144,6 @@ def get_integration_from_request(self) -> Integration | None:
144
145
# Optional Overrides
146
147
- def should_operate_parser(self, request: HttpRequest):
148
- return True
149
-
150
def get_organizations_from_integration(
151
self, integration: Optional[Integration] = None
152
) -> Sequence[RpcOrganizationSummary]:
src/sentry/models/outbox.py
@@ -113,7 +113,6 @@ class WebhookProviderIdentifier(IntEnum):
113
JIRA_SERVER = 7
114
GITHUB_ENTERPRISE = 8
115
BITBUCKET_SERVER = 9
116
- PLUGIN = 10
117
118
119
def _ensure_not_null(k: str, v: Any) -> Any:
0 commit comments