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 8276922 commit e02bd62Copy full SHA for e02bd62
storage-resize-images/functions/src/index.ts
@@ -58,6 +58,10 @@ const generateResizedImageHandler = async (
58
if (!shouldResize(object)) {
59
return;
60
}
61
+ events.recordStartEvent({
62
+ subject: object.name,
63
+ data: object,
64
+ });
65
66
const bucket = admin.storage().bucket(object.bucket);
67
const filePath = object.name; // File path in the bucket.
0 commit comments