Skip to main content

[Python] Does the Sanic integration support Automatic Instrumentation?

Updated over a month ago

Issue

I've configured the Sanic integration for use with tracing, but I'm not observing any spans being sent to Sentry.

Applies To

  • All SaaS Customers and Self-Hosted Users

  • Python SDK using the Sanic Integration

Resolution

As of Python SDK version 1.33.0, the Sanic integration supports Automatic Instrumentation. If you are using a Python SDK version earlier than 1.33.0, you'll need to implement Custom Instrumentation instead.

Did this answer your question?