File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 9393The Django integration provides automatic migration from enabling tracing using
9494a middleware to the method consistent with our integrations. Application
9595developers are encouraged to convert their configuration of the tracer to the
96- later .
96+ latter .
9797
98981. Remove ``'ddtrace.config.django'`` from ``INSTALLED_APPS`` in
9999 ``settings.py``.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ variable before starting your application and importing the library:
4242
4343.. list-table ::
4444 :header-rows: 1
45- :widths: 1 1 2
45+ :widths: 1 1 1 2
4646
4747 * - Configuration Variable
4848 - Configuration Type
@@ -64,7 +64,7 @@ that you can use the Datadog tracer in your OpenTracing-compatible
6464applications.
6565
6666Installation
67- ^^^^^^^^^^^^
67+ ~~~~~~~~~~~~
6868
6969Include OpenTracing with ``ddtrace ``::
7070
@@ -78,7 +78,7 @@ you have the following in ``setup.py``::
7878 ],
7979
8080Configuration
81- ^^^^^^^^^^^^^
81+ ~~~~~~~~~~~~~
8282
8383The OpenTracing convention for initializing a tracer is to define an
8484initialization method that will configure and instantiate a new tracer and
Original file line number Diff line number Diff line change @@ -510,10 +510,12 @@ basepython=python3.7
510510
511511[testenv:docs]
512512commands_pre =
513- skip_install =true
514- deps = sphinx
515- commands = sphinx-build -b html docs docs/_build/html
516- basepython = python
513+ extras =
514+ opentracing
515+ deps =
516+ sphinx
517+ commands =sphinx-build -W -b html docs docs/_build/html
518+ basepython =python
517519
518520# do not use develop mode with celery as running multiple python versions within
519521# same job will cause problem for tests that use ddtrace-run
You can’t perform that action at this time.
0 commit comments