instana / nodejs

Node.js in-process collectors for Instana
MIT License
69 stars 37 forks source link

test: enabled test for bull in node v23 and greater #1428

Closed abhilash-sivan closed 1 month ago

abhilash-sivan commented 1 month ago

refs INSTA-17032

Bull was failing for node version 23,

It was failing due to a dependency that bull uses 'msgpackr'. See existing issue here

It was fixed in the latest version of bull