Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
115
def
require_org(org):
116
if
org == DEFAULT_ORG:
117
raise
RuntimeError(
"Missing org. Set SENTRY_ORG or pass --org."
)
118
119
120
def
handle_list_issues(args, token, base_url):
Callers
2
handle_issue_detail
Function · 0.85
handle_issue_events
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected