Greetings,
In a nodejs, in an expressjs application we are using .use(Sentry.Handlers.requestHandler())
for our first middleware. Using this will we get an automatic Breadcrumb
entry for each middleware called or will I need to manually add that breadcrumb at the beginning of each of the middleware functions?
Thank you,
Brett