You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up: With #14307 we only instrument event handlers per se and do not handle more complex operations like propagating traceId across events as the current solution seems to work fine. If the need for this comes up in the future we could look into patching the event queue (assuming there is one available in event-emitter) and enriching the events there directly.
https://docs.nestjs.com/techniques/events#listening-to-events
Uses an
@OnEvent
decorator that we can hook into.The text was updated successfully, but these errors were encountered: