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
Currently it is not possible to configure keep_alive using an environment variable. This can be an issue when users that use AWS layer that can only be configured using environment variable encounter connection issues like this #4311 where this option can help.
Solution Brainstorm
Add support for an environment viable, such as SENTRY_KEEP_ALIVE, to set keep alive to true.