Commit 8c27540
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 and enriched). Without it, traces are discarded with "no invocation IDs" unless every exported span already carries a faas.invocation_id. Add it as an explicit step.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 190b609 commit 8c27540
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