Skip to content

Commit 93f8bbc

Browse files
authored
v0.45 documentation fixes (#1885)
1 parent b11e531 commit 93f8bbc

7 files changed

+11
-12
lines changed

docs/installation_quickstart.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more advanced usage of ``ddtrace-run`` refer to the documentation :ref:`here
3838
If ``ddtrace-run`` isn't suitable for your application then :ref:`patch_all` can be used::
3939

4040
import ddtrace
41-
41+
4242
ddtrace.patch_all()
4343

4444

@@ -47,14 +47,13 @@ For information on how to manually create traces refer to the documentation :ref
4747
Profiling
4848
~~~~~~~~~
4949

50-
Getting started for profiling is as easy as prefixing your python entry-point
51-
command with ``pyddprofile``.
52-
53-
For example if you start your application with ``python app.py`` then run::
50+
Profiling can also be auto enabled with :ref:`ddtracerun` by providing the
51+
``DD_PROFILING_ENABLED`` environment variable::
5452

5553
DD_PROFILING_ENABLED=true ddtrace-run python app.py
5654

57-
If ``ddtrace-run`` isn't suitable for your application then ``ddtrace.profiling.auto`` can be used::
55+
If ``ddtrace-run`` isn't suitable for your application then
56+
``ddtrace.profiling.auto`` can be used::
5857

5958
import ddtrace.profiling.auto
6059

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
core: always reset the current_span in the context
4+
core: always reset the current_span in the context.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
Add safe guards for building Django http.url span tag
4+
django: add safe guards for building http.url span tag.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
Check Django view before instrumenting MRO
4+
django: check view before instrumenting MRO.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
Set span error to 1 for 5xx status codes for aiobotocore.
4+
aiobotocore: set span error for 5xx status codes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
Set span error to 1 for 5xx status codes for elasticsearch.
4+
elasticsearch: set span error for 5xx status codes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
fixes:
33
- |
4-
Fix span type for web request spans in Django, DRF and ASGI
4+
django, DRF, ASGI: fix span type for web request spans.

0 commit comments

Comments
 (0)