We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Under 2.x in CJS we had
const appInsights = require('applicationinsights') ... appInsights.defaultClient.context.tags[appInsights.defaultClient.context.keys.cloudRole] = 'our-name-here'
What's the equivalent in 3.x please?
I didn't immediately spot this in the migration guide, apologies if I have just missed it
The text was updated successfully, but these errors were encountered:
This has been addressed here: #1352. I can address this in documentation to make it clear that this support is not here yet.
Sorry, something went wrong.
@DevRCRun Does using the OTEL_RESOURCE_ATTRIBUTES environment variable work for your use case?
OTEL_RESOURCE_ATTRIBUTES
No branches or pull requests
Under 2.x in CJS we had
const appInsights = require('applicationinsights') ... appInsights.defaultClient.context.tags[appInsights.defaultClient.context.keys.cloudRole] = 'our-name-here'
What's the equivalent in 3.x please?
I didn't immediately spot this in the migration guide, apologies if I have just missed it
The text was updated successfully, but these errors were encountered: