Sentry
- class sentrypy.sentry.Sentry(token: str)
Top-level class to connect to the sentry.io API
- Parameters:
token – Your Sentry API token
- organization(organization_slug: str) Organization
Get a specific
Organization- Parameters:
organization_slug (str) – The slug of the organization to get
Official API Docs