faust.contrib.sentry
-
faust.contrib.sentry.
handler_from_dsn
(dsn: str = None, workers: int = 5, include_paths: Iterable[str] = None, loglevel: int = None, qsize: int = 1000, **kwargs: Any) → Optional[logging.Handler][source]
- Return type
Optional
[Handler
]
-
faust.contrib.sentry.
setup
(app: faust.types.app.AppT, *, dsn: str = None, workers: int = 4, max_queue_size: int = 1000, loglevel: int = None) → None[source]
- Return type
None