§
    §måhY  ã                   ó   — d Z ddlZdS )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© ó    ú7/usr/local/lib/python3.11/site-packages/ddtrace/auto.pyú<module>r	      s#   ððð ð( 'Ð &Ð &Ð &Ð &Ð &r   