Skip to content

fix(docs): Fix docstring in ignore_logger #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

lobsterkatie
Copy link
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
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
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