MCPcopy
hub / github.com/openai/plugins / require_org_project

Function require_org_project

plugins/sentry/skills/sentry/scripts/sentry_api.py:108–112  ·  view source on GitHub ↗
(org, project)

Source from the content-addressed store, hash-verified

106
107
108def require_org_project(org, project):
109 if org == DEFAULT_ORG or project == DEFAULT_PROJECT:
110 raise RuntimeError(
111 "Missing org/project. Set SENTRY_ORG and SENTRY_PROJECT or pass --org/--project."
112 )
113
114
115def require_org(org):

Callers 2

handle_list_issuesFunction · 0.85
handle_event_detailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected