Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Conversation

@eandre
Copy link

@eandre eandre commented Oct 1, 2013

Currently raven's logging handler ignores any errors coming from modules beginning with "raven", even though the module may not actually belong to raven and may be called something like "raven_utils". This change alters the logic to check for either an exact match on "raven", or a path starting with "raven." (including the namespace separator). This should cover both cases and allow for logging of errors from "raven_utils" but not from any module belonging to raven itself.

@coveralls
Copy link

Coverage Status

Coverage increased (+11.38%) when pulling db54baf on eandre:master into ca5104a on getsentry:master.

@xordoquy
Copy link
Contributor

xordoquy commented Oct 1, 2013

Thanks for the PR.
Looks good to me. I'm waiting the build result and I'll merge it.

xordoquy added a commit that referenced this pull request Oct 1, 2013
Don't ignore records for all modules starting with "raven"
@xordoquy xordoquy merged commit 7eff9bf into getsentry:master Oct 1, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants