Commit 6fca404
docs: require AWS_LAMBDA_EXEC_WRAPPER for manual instrumentation
The Manual Instrumentation steps did not mention AWS_LAMBDA_EXEC_WRAPPER=/opt/wrapper, which is required to enable tracing (it routes the Runtime API through the extension so spans can be correlated to the current invocation). Without it, traces are discarded with "no invocation IDs". Add it as an explicit step.
Refs: SUP-1255
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent cb6dae9 commit 6fca404
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments