Skip to content

[2.0] Update ASGI integrations to use new scopes #2808

Closed
@sentrivana

Description

@sentrivana

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 and make sure the data sent is still the same.

- [x] generic ASGI https://github.com/getsentry/sentry-python/pull/2874
- [x] AIOHTTP https://github.com/getsentry/sentry-python/pull/2856
- [x] Django https://github.com/getsentry/sentry-python/pull/2845
- [x] Sanic https://github.com/getsentry/sentry-python/pull/2875
- [x] Starlette https://github.com/getsentry/sentry-python/pull/2877
- [x] Starlite https://github.com/getsentry/sentry-python/pull/2876
- [x] FastAPI https://github.com/getsentry/sentry-python/issues/2810

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions