Replies: 1 comment
-
We unfortunately do not yet have a Nest integration that will automatically create transactions for incoming requests on Nest.js. For now, please resort to manually starting spans with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Node+Nest on my backend. The documentation describes that this is enough to monitor transactions.
in my main.ts
I understand that they will be created automatically out of the box. But nothing happens. To create a transaction, on my backend I must use in each controller
I would like to see statistics on requests to my backend
I would appreciate your help.
I think, I've read all the documentation, but I don't understand some simple things ))))
Please )
Beta Was this translation helpful? Give feedback.
All reactions