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

Function require_org

plugins/sentry/skills/sentry/scripts/sentry_api.py:115–117  ·  view source on GitHub ↗
(org)

Source from the content-addressed store, hash-verified

113
114
115def require_org(org):
116 if org == DEFAULT_ORG:
117 raise RuntimeError("Missing org. Set SENTRY_ORG or pass --org.")
118
119
120def handle_list_issues(args, token, base_url):

Callers 2

handle_issue_detailFunction · 0.85
handle_issue_eventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected