sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Define a proper deprecation policy for frameworks

Open sentrivana opened this issue 10 months ago • 0 comments

Right now, we almost never drop framework support explicitly. We should be more mindful of how and when we drop support for frameworks.

  • [ ] determine and define minimum versions for all currently integrated frameworks
    • the toxgen script can help with this since it automatically determines the lowest supported version using package metadata
  • [ ] enforce these (from the next major)
  • [ ] when working on a new major, go through frameworks and see what the new effective minimum version is and update it
    • ...and call this out in the release notes
    • see https://github.com/getsentry/sentry-python/issues/4049 for POTel
  • [ ] be explicit about how this works in our documentation

sentrivana avatar Feb 13 '25 09:02 sentrivana