How to access Express request object from within app.view method #1110
Labels
duplicate
An issue for the same purpose already exists, and a link is in the comments
enhancement
M-T: A feature request for new functionality
question
M-T: User needs support to use the project
Milestone
Description
I've added middleware to Express server that creates Tracing span and then pushes it into request object that is being passed between express middleware and in normal express server is also available later.
With bolt.js i only have access to ack, payload, body, view, client, context for example in app.view method.
How can i access "request" object from within app.view?
Or how can i pass some data from express server middleware to bolt.js app.view?
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: