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
chore(aws-serverless): Fix typo in timeout warning function name (#18031)
While exploring the Timeout Warning feature in `Sentry.wrapHandler`, I
fount a type in the function name.
It seems `setupTimeoutWarning` was intended name, so I've corrected it
accordingly.
## Changes
- Renamed `setupTimeoutWatning` → `setupTimeoutWarning`
- Updated all 3 call sites to use the corrected function name
## Checklist
- [x] Code lints successfully (`yarn lint`)
- [x] No new tests required (typo fix only, no functional changes)
0 commit comments