We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8161005 commit 5583570Copy full SHA for 5583570
packages/serverless/src/gcpfunction/events.ts
@@ -29,7 +29,7 @@ function _wrapEventFunction(
29
flushTimeout: 2000,
30
...wrapOptions,
31
};
32
- return (data, context, callback) => {
+ return async (data, context, callback) => {
33
const transaction = startTransaction({
34
name: context.eventType,
35
op: 'gcp.function.event',
0 commit comments