getsentry / getsentry/sentry-javascript
Support `http_proxy` when using the AWS Lambda extension
Open
Feature
javascript
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
Currently, the AWS Lambda extension does not take `http_proxy` into account when sending events to Sentry.
Supporting `http_proxy` is important for users that limit outgoing access of their functions, e.g. by disabling outbound traffic via the vpc but allow traffic via `http_proxy`.
Contributor guide
Assessment
This issue has not been assessed yet.