buildgrid.server.sentry module

class buildgrid.server.sentry.Sentry(dsn: str, sample_rate: float, proxy: str)

Bases: object

dsn: str
sample_rate: float
proxy: str
buildgrid.server.sentry.set_sentry_client(sentry: Sentry) None
buildgrid.server.sentry.get_sentry_client() Sentry | None
buildgrid.server.sentry.send_exception_to_sentry(e: Exception) None