Skip to content

Conversation

@gvilums
Copy link
Contributor

@gvilums gvilums commented May 7, 2024

What does this PR do?

Implements the following:

  • process.on("unhandledRejection", fn)
  • process.on("uncaughtException", fn).
  • process.on("uncaughtExceptionMonitor", fn).
  • process.setUncaughtExceptionCaptureCallback(fn)

Resolves #429
Resolves #5091

How did you verify your code works?

There are tests

@gvilums gvilums marked this pull request as ready for review May 8, 2024 20:16
@Jarred-Sumner Jarred-Sumner merged commit c378feb into main May 9, 2024
@Jarred-Sumner Jarred-Sumner deleted the georgijs/process-on-exception branch May 9, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get Sentry-like error reporting working Support process.on("unhandledRejection") and process.on("uncaughtException")

3 participants