mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Log headers
This commit is contained in:
parent
50e1dbda5a
commit
154109bb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue