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: docs/content/core/tracer.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
20
20
<Notetype="warning">
21
21
<strong>Returning sensitive information from your Lambda handler or functions, where Tracer is used?</strong>
22
22
<br/><br/>
23
-
You can disable capturing their responses as tracing metadata with <strong><code>capture_response=False</code></strong> parameter for both capture_lambda_handler and capture_method decorators.
23
+
You can disable Tracer from capturing their responses as tracing metadata with <strong><code>capture_response=False</code></strong> parameter in both capture_lambda_handler and capture_method decorators.
0 commit comments