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
Bydefault, this annotation will automatically record method responses and exceptions. You can change the default behavior by setting
76
+
the environment variables `TRACING_CAPTURE_RESPONSE` and `TRACING_CAPTURE_ERROR` as needed. Optionally, you can override behavior by
77
+
different supported `captureMode` to record response, exception or both.
67
78
68
79
<Note type="warning">
69
80
<strong>Returning sensitive information from your Lambda handler or functions, where Tracer is used?</strong>
70
81
<br/><br/>
71
-
You can disable Tracer from capturing their responses and exception as tracing metadata with <strong><code>captureResponse=false</code></strong> and <strong><code>captureError=false</code></strong>
82
+
You can disable Tracer from capturing their responses and exception as tracing metadata with <strong><code>captureMode=DISABLED</code></strong>
83
+
or globally by setting environment variables <strong><code><strong><code>captureMode=DISABLED</code></strong></code></strong> and <strong><code>TRACING_CAPTURE_ERROR</code></strong> to `false`.
0 commit comments