Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered #6138

Merged
merged 10 commits into from Nov 4, 2022

Commits on Nov 4, 2022

  1. feat(node): Add option to OnUncaughtException integration that allo…

    …ws mimicing native exit behaviour
    lforst committed Nov 4, 2022
    Copy the full SHA
    8922b5b View commit details
    Browse the repository at this point in the history
  2. fix(nextjs): Do not exit process when errors bubble up while addition…

    …al `uncaughtException`-handlers are registered
    lforst committed Nov 4, 2022
    Copy the full SHA
    55ed724 View commit details
    Browse the repository at this point in the history
  3. cleanup

    lforst committed Nov 4, 2022
    Copy the full SHA
    71bcfe0 View commit details
    Browse the repository at this point in the history
  4. Change option name

    lforst committed Nov 4, 2022
    Copy the full SHA
    f405686 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'lforst-mimic-native-behaviour-onuncaught-exception' int…

    …o lforst-fix-nextjs-quitting-on-aborted-requests
    lforst committed Nov 4, 2022
    Copy the full SHA
    193ef4f View commit details
    Browse the repository at this point in the history
  6. Rename option

    lforst committed Nov 4, 2022
    Copy the full SHA
    74ab0bd View commit details
    Browse the repository at this point in the history
  7. Rephrase JSDoc

    lforst committed Nov 4, 2022
    Copy the full SHA
    05bfb5e View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/lforst-mimic-native-behaviour-on…

    …uncaught-exception' into lforst-fix-nextjs-quitting-on-aborted-requests
    lforst committed Nov 4, 2022
    Copy the full SHA
    2ddefff View commit details
    Browse the repository at this point in the history
  9. Rename option

    lforst committed Nov 4, 2022
    Copy the full SHA
    85faa2a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0157588 View commit details
    Browse the repository at this point in the history