-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable rollup for browser with sample #3206
Conversation
|
||
<script> | ||
// EventHubClient holds reference to the EventHubClient global object exposed by the imported script | ||
const EventHubClient = Azure.Messaging.EventHub.EventHubClient; |
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.
Did you test this sample with the latest changes in this PR? Shouldnt Azure.Messaging.EventHub
be Azure.Messaging.EventHubs
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.
Yes, I think I had edited it before pushing. Tested before pushing latest changes.
For more context refer to #2808
Verified manually by running in browser and checking EventHub entity