Add debug for Eventarc

This commit is contained in:
Jackson Harper 2023-01-11 18:36:37 +08:00
parent c75a558bd4
commit 50e1dbda5a

View file

@ -207,6 +207,7 @@ export const gcsEventHandler: EventFunction = async (event, context) => {
export const importHandler = Sentry.GCPFunction.wrapHttpFunction(
async (req, res) => {
console.log('received: ', req.body)
res.send('ok')
}
)