fix(python-sdk): document logger ignore list separation and ASGI chained exception option#77
Draft
fix(python-sdk): document logger ignore list separation and ASGI chained exception option#77
Conversation
…exception option - Add ignore_logger_for_sentry_logs(), unignore_logger(), unignore_logger_for_sentry_logs() to logging.md - Document separate ignore lists for events/breadcrumbs vs Sentry Logs - Add helper summary table and updated Decision Table entries - Add troubleshooting entries for new ignore list behavior - Add suppress_asgi_chained_exceptions experimental option to SKILL.md troubleshooting Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com> Co-authored-by: HazAT <363802+HazAT@users.noreply.github.com> Agent-Logs-Url: https://github.com/getsentry/sentry-for-ai/sessions/b0980f59-78ce-44bc-8009-8fb99c26ef62
Copilot
AI
changed the title
[WIP] Update sentry-python-sdk for new config options
fix(python-sdk): document logger ignore list separation and ASGI chained exception option
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK PRs
getsentry/sentry-python#5698and#5714introduced new public API and config that the skill doesn't cover.references/logging.md— new logger ignore helpersignore_logger()now only suppresses breadcrumbs/events, not Sentry Logs. New helpers:SKILL.md— experimental ASGI optionsuppress_asgi_chained_exceptionsto troubleshooting table (experimental, under_experiments, defaults toTrue)Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.