I am trying to replace ApplicationInsights with Sentry in my Azure Functions Isoalted Worker app. I have dug through all the docs and examples and cannot find an answer to this.
In ApplicationInsights, I saw every request coming through and the flow of the code in those requests, such as outbound calls the server made.
How can I acehive the same thing in Sentry? It seems I have to use tracing/transactions, but I am not sure how? Is there a documentation describing this?
thanks!!