-
Hi, thanks for all the work and effort put on DataDog, me and my team love using it, and it works great on our nodeJs APIs, but, recently we started migrating our APIs from pure nodeJs with Typescript to a NestJs application, and we noticed that our APM tracer logs are not showing up with all the details it did before. On our pure express APIs we can see detailed traces with lots of infos and even the queries that are made, but in NestJs we can only see one line sayng Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
NestJS has a fairly complicated module and dependency injection system that we don't currently support, so it's possible that some features of tracing don't work properly. For errors specifically, if there is anywhere you can handle the error within the framework, it would be possible to attach it to the root span. If you can provide a reproduction snippet I can try to provide more information about how to do this for your use case specifically. |
Beta Was this translation helpful? Give feedback.
NestJS has a fairly complicated module and dependency injection system that we don't currently support, so it's possible that some features of tracing don't work properly. For errors specifically, if there is anywhere you can handle the error within the framework, it would be possible to attach it to the root span. If you can provide a reproduction snippet I can try to provide more information about how to do this for your use case specifically.