packages/node-core/src/integrations/modules.ts
This adds installed node modules to event.modules , so we should set these as attributes. Though IMHO it's a bit TBD if we need this at all on spans. Might be a reasonable tradeoff to no longer add them? (cc @francesconovy wdyt?)
If we go ahead with porting to attributes, we can use this attribute most likely.
packages/node-core/src/integrations/modules.tsThis adds installed node modules to
event.modules, so we should set these as attributes. Though IMHO it's a bit TBD if we need this at all on spans. Might be a reasonable tradeoff to no longer add them? (cc @francesconovy wdyt?)If we go ahead with porting to attributes, we can use this attribute most likely.