Ë
    uÀYfY  ã                   ó   — d Z ddlZy)a  
.. _ddtraceauto:

Importing ``ddtrace.auto`` installs Datadog instrumentation in the runtime. It should be used
when :ref:`ddtrace-run<ddtracerun>` is not an option. Using it with :ref:`ddtrace-run<ddtracerun>`
is unsupported and may lead to undefined behavior::

    # myapp.py

    import ddtrace.auto  # install instrumentation as early as possible
    import mystuff

    def main():
        print("It's my app!")

    main()

If you'd like more granular control over instrumentation setup, you can call the `patch*` functions
directly.
é    N)Ú__doc__Úddtrace.bootstrap.sitecustomizeÚddtrace© ó    úL/var/www/highfloat_scraper/venv/lib/python3.12/site-packages/ddtrace/auto.pyú<module>r	      s   ðñô( 'r   