-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add support for Analytics Engine #691
Add support for Analytics Engine #691
Conversation
1a8a7d5
to
9f24b41
Compare
5d60161
to
9a09313
Compare
@zebp since the type is |
9a09313
to
1f552a9
Compare
This one was a little tricky to add and requires mocking out the analytics engine binding using a miniflare wrapped binding that logs each datapoint to console. Resolves cloudflare#280, cloudflare#327 refactor: rename to match Typescript type names test: mock out analytics engine binding
Changes some of the API to be more flexible and remove the temporary `Vec` usage by using `Array` directly.
fb5acd1
to
25b65c3
Compare
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.
LGTM other than some parameter types that I think could be less strict, going to merge into another branch so I can loosen the type requirements
This one was a little tricky to add and requires mocking out the analytics engine binding using a miniflare wrapped binding that logs each data point to console.
Closes #280
Closes #327