kiwicom/structlog-sentry

Should respect Sentry's global options

Alex-Sichkar opened this issue · 1 comments

The locals are always sent. IMO it should not be the case if with_locals is False.

sentry_sdk.init(
    ...
    with_locals=False,
    ...
)

Fixed by #74