Closed danilofuchs closed 2 months ago
Hello, thanks for writing in. We are on company-wide hackweek and thus on limited support this week. We'll take a look at this next week.
@danilofuchs thanks for pointing that out, I have added a note on our node docs
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
8.26.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
We are configuring Sentry + OpenTelemetry manually in an ECS container
Our containers were failing to shutdown gracefully on
SIGTERM
Expected Result
Document that we should handle shutting down Sentry on
SIGTERM
, or add a listener in Sentry itselfSomething like this solves:
Actual Result
Application does not exit on
SIGTERM
, debugging this issue is hard