Skip to content

Conversation

@sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Sep 26, 2025

DESCRIBE YOUR PR

Clarify our philosophy for new majors and include specific steps to consider when preparing a new major.

Direct link to preview: https://develop-docs-git-ivana-devmajor.sentry.dev/sdk/platform-specifics/python-sdk/new-major/

Closes getsentry/sentry-python#4047

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES


Note

Adds a new docs page outlining considerations and concrete steps for preparing a new major of the Python SDK.

  • Docs:
    • New page: develop-docs/sdk/platform-specifics/python-sdk/new-major.mdx detailing:
      • Philosophy: prioritize migration ease, user-friendliness, and backward compatibility.
      • Migration support: provide a dedicated migration guide with copy-pastable examples; test AI-assisted upgrades.
      • Version support: guidance on dropping old Python/framework versions using data; use scripts/update_integration_support.py to detect new minimums.
      • Required updates: adjust _MIN_VERSIONS in sentry_sdk/integrations/__init__.py, lower bounds in extras_require in setup.py, and affected integration docs.

Written by Cursor Bugbot for commit e0b47dc. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Sep 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
develop-docs Canceled Canceled Sep 29, 2025 2:05pm
sentry-docs Ready Ready Preview Comment Sep 29, 2025 2:05pm

@codecov
Copy link

codecov bot commented Sep 29, 2025

Bundle Report

Changes will increase total bundle size by 210 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 10.13MB -6 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 12.9MB 216 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
server/middleware-*.js 6.46kB 7.46kB 645.5% ⚠️
server/middleware-*.js -6.46kB 1.0kB -86.59%
static/bpxW8AXhpq6gb6UthAy9y/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/bpxW8AXhpq6gb6UthAy9y/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/VGfjt8qhVsGOW7RKZVHRh/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/VGfjt8qhVsGOW7RKZVHRh/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.78MB -0.0%
../instrumentation.js -3 bytes 1.1MB -0.0%
9523.js -3 bytes 1.08MB -0.0%
../app/[[...path]]/page.js.nft.json 75 bytes 837.76kB 0.01%
../app/platform-redirect/page.js.nft.json 75 bytes 837.67kB 0.01%
../app/sitemap.xml/route.js.nft.json 75 bytes 834.9kB 0.01%

@sentrivana sentrivana merged commit 8c03ee7 into master Sep 30, 2025
13 checks passed
@sentrivana sentrivana deleted the ivana/dev/major branch September 30, 2025 09:59
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2025
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.

Define a proper deprecation policy for frameworks

3 participants