-
Notifications
You must be signed in to change notification settings - Fork 141
[2.x] Fix Crashing with Old Node.JS Versions When Manually Instrumenting #1362
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
Changes from 3 commits
7f6fd9f
b5072b9
6b39df7
0433350
9e8398f
3b7b336
578ea24
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ You can manually track more aspects of your app and system using the API describ | |
|
||
|
||
|
||
## Supported Node.JS versions | ||
## Supported Node.JS versions | ||
> *Note:* Versions of Node.JS that are not supported by the [JS Azure SDK](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) will not support AAD authentication. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a little bit confusing, we need azure/identity package to be included to use the feature, as customer need to pass an instance of a Credential object, so this extra note could cause more confusion than helping here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll reword to make it clearer what the exception to our support for older versions really is. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved the note to the aadCredential description. Hopefully that makes it clearer that old versions of Node don't impact using any other scenario with the SDK. |
||
|
||
| Platform Version | Supported | | ||
|------------------|-------------------------------------------------| | ||
|
Uh oh!
There was an error while loading. Please reload this page.