SentryEventInfo#

class safir.slack.blockkit.SentryEventInfo(tags, contexts, attachments, username)#

Bases: object

A collection of metadata to add to Sentry events.

The overrideable to_sentry method returns an object of this type.

Parameters:

Attributes Summary

Attributes Documentation

attachments: dict[str, Any] = <dataclasses._MISSING_TYPE object>#
contexts: dict[str, dict[str, Any]] = <dataclasses._MISSING_TYPE object>#
tags: dict[str, str] = <dataclasses._MISSING_TYPE object>#
username: str | None = <dataclasses._MISSING_TYPE object>#