You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ You can use `tracer.provider` attribute to access all methods provided by `xray_
142
142
143
143
**Example using aiohttp with an async context manager**
144
144
145
+
> NOTE: It expects you have `aiohttp` as a dependency. `aiohttp_trace_config` uses lazy import to create a trace_config object following `aiohttp` protocol.
0 commit comments