Skip to content

fix(docs): Fix docstring in ignore_logger#400

Merged
untitaker merged 1 commit intomasterfrom
kmclb-fix-ignore-logger-docstring
Jun 24, 2019
Merged

fix(docs): Fix docstring in ignore_logger#400
untitaker merged 1 commit intomasterfrom
kmclb-fix-ignore-logger-docstring

Conversation

@lobsterkatie
Copy link
Copy Markdown
Member

Using this function will block regular event recording as well as breadcrumb recording.

@lobsterkatie lobsterkatie requested a review from untitaker June 24, 2019 20:00
of this integration.
"""This disables recording (both in breadcrumbs and as events) calls to
a logger of a specific name. Among other uses, many of our integrations
use this to prevent their actions being recorded as breadcrumbs. Exposed
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to prevent their actions being recorded as breadcrumbs

More precisely, the integrations use this to suppress spam breadcrumbs/events from the framework that would be sent if the integration was disabled. A classic is sending a stringified traceback as log message, or more generally a log error by the framework for every exception we already recorded via other means

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I now understand what their means in this context, nvm my comment.

@untitaker untitaker merged commit f897ac5 into master Jun 24, 2019
@untitaker untitaker deleted the kmclb-fix-ignore-logger-docstring branch June 24, 2019 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants