Source code for harp_apps.contrib.sentry.settings from typing import Optional from harp.config import Configurable [docs] class SentrySettings(Configurable): dsn: Optional[str] = None