def __init__(self, config): self.client = Client( config['dsn'], auto_log_stacks=False, enable_breadcrumbs=False, ) self.config = config