RootCauseunvalidated
a call to `process.exit()` function which immediately terminates the command — writing a CLI command in NestJS. Tension: without giving it a chance to do proper clean up (and flushing of data). Outcome: the Sentry module didn't get the chance to actually push the created Sentry event to Sentry server.
f86941fd-e993-4974-b3fc-047365cc1d5b
a call to process.exit() function which immediately terminates the command — writing a CLI command in NestJS. Tension: without giving it a chance to do proper clean up (and flushing of data). Outcome: the Sentry module didn't get the chance to actually push the created Sentry event to Sentry server.