-
Notifications
You must be signed in to change notification settings - Fork 141
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 TrackAvailability method #429
Comments
It would be great to add this! In the meantime while a method is not available to generate an Availability telemetry item for you, you can construct one manually using the SDK's exposed contracts. Here's a rough example:
For any of the fields used above, your IDE should give you inline documentation for what the field is used for, and what formatting it expects (such as the string format for the |
@OsvaldoRosado , is there any update on this issue? |
TrackAvailability method is very useful in cases when availability tests feature can't be used. It is available in the .NET package, but is missing in node.js.
This method is very valuable to have in node.js as this platform is used a lot for writing tests. (We already have a few cases, where it is required)
The text was updated successfully, but these errors were encountered: