Skip to content

[skill-drift] fix(sentry-python-sdk): add Pyramid framework#145

Merged
HazAT merged 1 commit into
mainfrom
skill-drift/sentry-python-sdk-skill-drift-fix-sentry-python-sdk-add-py-1780044245
May 29, 2026
Merged

[skill-drift] fix(sentry-python-sdk): add Pyramid framework#145
HazAT merged 1 commit into
mainfrom
skill-drift/sentry-python-sdk-skill-drift-fix-sentry-python-sdk-add-py-1780044245

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Warning

Auto-generated from external SDK content. Review all links and code suggestions before acting on them.

Summary

  • Add Pyramid to framework detection grep pattern
  • Add Pyramid to "Where to Initialize Per Framework" table
  • Add Pyramid to auto-instrumented frameworks in tracing reference

Context

Pyramid is a WSGI web framework with an active Sentry integration that has been in sentry-python for some time. Recent PR #6385 updated it to support span streaming, confirming it's actively maintained. The integration is auto-enabled and works the same way as other WSGI frameworks like Flask.

Changes

skills/sentry-python-sdk/SKILL.md:

  • Added pyramid to framework detection regex
  • Added Pyramid initialization guidance (module level, before config = Configurator())
  • Added Pyramid to auto-enabled integrations list

skills/sentry-python-sdk/references/tracing.md:

  • Added Pyramid to auto-instrumented frameworks table

Why PR (not issue)

This is a mechanical addition of a missing framework that already exists in the SDK. No judgment calls needed - just filling in documentation gaps for an auto-enabled integration.

Source PRs

Automated drift-fix run.

Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
@HazAT HazAT merged commit 91aa478 into main May 29, 2026
5 checks passed
@HazAT HazAT deleted the skill-drift/sentry-python-sdk-skill-drift-fix-sentry-python-sdk-add-py-1780044245 branch May 29, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant