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

[2.0] Update misc integrations to use new scopes

Open sentrivana opened this issue 1 year 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 and make sure the data sent is still the same.

  • [ ] grpc
  • [ ] httpx
  • [ ] requests
  • [ ] loguru
  • [ ] opentelemetry
  • [ ] pure_eval
  • [ ] trytond
  • [ ] any other integrations that haven't been migrated yet

sentrivana avatar Mar 13 '24 13:03 sentrivana