Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix node crash on uncaught exception
When fire-and-forget is set, the request promise isn't returned to the log handler, meaning the [catch here](https://github.com/readmeio/metrics-sdks/blob/main/packages/node/src/lib/log.ts#L28-L31) doesn't prevent node from exiting on a request failure.
- Loading branch information