-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
@remotion/web-renderer: Add telemetry using @remotion/licensing
#6097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@pskd73 is attempting to deploy a commit to the Remotion Team on Vercel. A member of the Team first needs to authorize it. |
@remotion/web-renderer: Add telemetry using @remotion/licensing
| await artifactsHandler.handle({imageData, frame, assets, onArtifact}); | ||
| } | ||
|
|
||
| await sendUsageEvent({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be async, user result should not be blocked by it
|
|
||
| await registerUsageEvent({ | ||
| apiKey: licenseKey, | ||
| event: 'cloud-render', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call it "webcodecs-conversion" (this is what's meant by client side render, we will in the backend soon allow an alias to be passed)
| err2, | ||
| ); | ||
| }); | ||
| throw err; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this is fine
No description provided.