Captured¶ class safir.testing.sentry.Captured(errors, transactions, attachments)¶ Bases: object A container for interesting items sent to Sentry. Parameters: errors (list[dict[str, Any]]) transactions (list[dict[str, Any]]) attachments (list[Attachment])