Skip to content

Conversation

@cmanallen
Copy link
Member

@cmanallen cmanallen commented Feb 2, 2026

No description provided.

@cmanallen cmanallen changed the base branch from master to cmanallen/scm-platform February 2, 2026 21:11
"organization_id": organization_id,
}
],
"type": "bitbucket",
Copy link
Member

Choose a reason for hiding this comment

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

If this helps, we have all of these provider names available in the IntegrationProviderSlug enum:

class IntegrationProviderSlug(StrEnum):
SLACK = "slack"
DISCORD = "discord"
MSTEAMS = "msteams"
JIRA = "jira"
JIRA_SERVER = "jira_server"
AZURE_DEVOPS = "vsts"
GITHUB = "github"
GITHUB_ENTERPRISE = "github_enterprise"
GITLAB = "gitlab"
BITBUCKET = "bitbucket"
BITBUCKET_SERVER = "bitbucket_server"
PAGERDUTY = "pagerduty"
OPSGENIE = "opsgenie"
PERFORCE = "perforce"

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks!

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 2, 2026
investigating the target integrations webhook.py file.
"""

sentry_meta: list["SubscriptionEventSentryMeta"] | None
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason why we store the TypedDict instead of the actual objects themselves?

Also, when do we need multiple SubscriptionEventSentryMeta?

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.

3 participants