Log headers
This commit is contained in:
@ -207,7 +207,7 @@ export const gcsEventHandler: EventFunction = async (event, context) => {
|
||||
|
||||
export const importHandler = Sentry.GCPFunction.wrapHttpFunction(
|
||||
async (req, res) => {
|
||||
console.log('received: ', req.body)
|
||||
console.log('received: ', req.body, req.headers)
|
||||
res.send('ok')
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user