02.18.2025: One-Line Instrumentation⚡️
Available in Phoenix 8.0+
Last updated
Was this helpful?
Available in Phoenix 8.0+
Last updated
Was this helpful?
Phoenix has made it even simpler to get started with tracing by introducing one-line auto-instrumentation. By using register(auto_instrument=True)
, you can enable automatic instrumentation in your application, which will set up instrumentors based on your installed packages.
For more details, you can check the docs and explore further options.