Socket hang ups and SSL issues can cause a thrown exception, e.g. if a DataDog API server glitches at just the right time. We have seen this happen intermittently.
The way to prevent this from throwing is to add an error event handler to the request, so that the error is passed to the callback as expected.
Socket hang ups and SSL issues can cause a thrown exception, e.g. if a DataDog API server glitches at just the right time. We have seen this happen intermittently.
The way to prevent this from throwing is to add an
error
event handler to the request, so that the error is passed to the callback as expected.