fix: Diagnostics channel Node v18#21631
Conversation
mydea
left a comment
There was a problem hiding this comment.
just wondering, why is this different? 🤔 is it only being picked up at runtime this way, and thus does not break if that is not used? but either way, if it works...
Yes this moves the error from import evaluation to runtime. This only impacts very new integrations so while they are not in the defaults this is not likely to break existing users. Allthough the new integrations won't support Node <= v18.18 I can make |
I think it's fine as long as these are not default, which they will likely not be in node until v11, at which point this will be moot anyhow as we'll bump to node 20+ :) |
tracingChannelwasn't added until Node v18.19.0, v19.9.0 and we technically support v18.0.0.