Skip to content

Commit b1cac8d

Browse files
Update docs/core/tracer.md
Co-authored-by: Sara Gerion <[email protected]>
1 parent 95cd754 commit b1cac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/tracer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ You can opt-out from this feature by setting the **`POWERTOOLS_TRACER_CAPTURE_HT
351351

352352
const tracer = new Tracer({ serviceName: 'serverlessAirline' });
353353

354-
export const handler = async (event: any, context: Context): Promise<void> => {
354+
export const handler = async (event: unknown, context: Context): Promise<void> => {
355355
await axios.get('https://httpbin.org/status/200');
356356
};
357357
```

0 commit comments

Comments
 (0)