Skip to content

Commit a749191

Browse files
authored
[docs] fix typo in docs for webframeworks (#553)
1 parent af09926 commit a749191

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/web_integrations.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ Web Frameworks
55
framework ``ddtrace`` supports:
66

77
- tracing of requests [*]_: trace requests through middleware and back
8-
- automatic error tagging [*]_: spans will be marked with any errors that occur
98
- distributed tracing [*]_: trace requests across application boundaries
9+
- automatic error tagging [*]_: spans will be marked with any errors that occur
1010

1111
.. [*] https://docs.datadoghq.com/tracing/
12-
.. [*] "erroneous HTTP return codes" are defined as being greater than 500
1312
.. [*] https://docs.datadoghq.com/tracing/faq/distributed-tracing/
14-
information if exceptions are unhandled or erroneous HTTP return codes are detected
13+
.. [*] "erroneous HTTP return codes" are defined as being greater than 500
1514
1615
.. _aiohttp:
1716

0 commit comments

Comments
 (0)