Expand the NestJS integration beyond controllers to cover the rest of the request pipeline by hooking into @Injectable() providers — pipes, guards, interceptors, and filters — so users can see where time is being spent across the chain.
Possible stretch: pick up @nestjs/schedule cron/interval/timeout jobs as their own traced operations.
Expand the NestJS integration beyond controllers to cover the rest of the request pipeline by hooking into
@Injectable()providers — pipes, guards, interceptors, and filters — so users can see where time is being spent across the chain.Possible stretch: pick up
@nestjs/schedulecron/interval/timeout jobs as their own traced operations.