summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/errors.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01Catch errors that occur within the stream in the Node adapter (#6935)Gravatar Matthew Phillips 1-0/+33
* Catch errors that occur within the stream in the Node adapter * Adding a changeset * Better error message on completely uncaught errors within the stream * Update test