-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: Help WantedPackage: serverlessIssues related to the Sentry Serverless SDKIssues related to the Sentry Serverless SDKType: Improvement
Description
Problem Statement
Currently our lambda integration is running on port 8000. If there is an another service running on that port, the user will see ERROR: bind to interface failed caused by: Address already in use (os error 98)
a) we should improve the error message to make it more informative
b) we can consider allowing port switch to avoid the above issue
Solution Brainstorm
Posssible solution:
a) start relay on an obscure port.
b) start by default on 8000, but make it configurable via env variable (needs changes in sdk and relay, can be complicated to work on all different js frameworks.
So better go with a)
Metadata
Metadata
Assignees
Labels
Meta: Help WantedPackage: serverlessIssues related to the Sentry Serverless SDKIssues related to the Sentry Serverless SDKType: Improvement