Skip to content

Commit 64f7aa8

Browse files
committed
docs: move concurrent asynchronous under escape hatch
Signed-off-by: heitorlessa <[email protected]>
1 parent 3f74b03 commit 64f7aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/core/tracer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ You can use `tracer.provider` attribute to access all methods provided by AWS X-
199199

200200
This is useful when you need a feature available in X-Ray that is not available in the Tracer utility, for example [thread-safe](https://github.com/aws/aws-xray-sdk-python/#user-content-trace-threadpoolexecutor), or [context managers](https://github.com/aws/aws-xray-sdk-python/#user-content-start-a-custom-segmentsubsegment).
201201

202-
## Concurrent asynchronous functions
202+
### Concurrent asynchronous functions
203203

204204
<Note type="info">
205205
<a href="https://github.com/aws/aws-xray-sdk-python/issues/164">As of now, X-Ray SDK will raise an exception when async functions are run and traced concurrently</a>.

0 commit comments

Comments
 (0)