Skip to content

[skill-drift] sentry-python-sdk may need updates #72

@github-actions

Description

@github-actions

cc @getsentry/owners-python-sdk

SDK Changes Detected

The following PRs were merged to getsentry/sentry-python in the last 7 days that may affect the sentry-python-sdk skill:

Potential Skill Gaps

  1. New Config Option: PR #5714 adds the experimental suppress_asgi_chained_exceptions init option (defaults to True). When set to False, chained exceptions in ASGI middleware are no longer suppressed. This option is not mentioned in SKILL.md or any reference files.

  2. New Logging Helpers: PR #5698 splits the internal logger ignore list into two independent sets and exposes new public helpers:

    • ignore_logger_for_sentry_logs(name) — silences a logger for structured Sentry Logs only (without affecting breadcrumbs or error events)
    • unignore_logger(name) / unignore_logger_for_sentry_logs(name) — reverse the ignore

    The current references/logging.md documents ignore_logger() (which affects breadcrumbs and error events) but does not mention the new ignore_logger_for_sentry_logs() helper. This is especially relevant for framework loggers like django.server that are silenced by default for error events but should still be captured as Sentry Logs.

Skill Files to Review

  • skills/sentry-python-sdk/SKILL.md
  • skills/sentry-python-sdk/references/logging.md

Priority

MEDIUM — New config option for ASGI exception handling and new public API for log filtering that changes observable behavior.

Generated by SDK Skill Drift Detector ·

  • expires on Apr 6, 2026, 11:02 PM UTC

Metadata

Metadata

Assignees

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions