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

[2.0] Update WSGI integrations to use new scopes

Open sentrivana opened this issue 11 months ago • 0 comments

Problem Statement

Some integrations are still using old APIs like hub cloning.

Solution Brainstorm

Update the following integrations from old-style (e.g. configure_scope) hubs&scopes API to the new scopes API.

  • [x] generic WSGI
  • [ ] Bottle
  • [ ] Falcon
  • [ ] Pyramid
  • [ ] Quart

Note: Django and Flask are separate:

  • https://github.com/getsentry/sentry-python/issues/2809
  • https://github.com/getsentry/sentry-python/issues/2811

sentrivana avatar Mar 13 '24 13:03 sentrivana