We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b794 commit 03bd77bCopy full SHA for 03bd77b
articles/azure-monitor/app/opentelemetry-configuration.md
@@ -487,7 +487,9 @@ const credential = new ManagedIdentityCredential();
487
488
// Create a new AzureMonitorOpenTelemetryOptions object and set the credential property to the credential object.
489
const options: AzureMonitorOpenTelemetryOptions = {
490
- credential: credential
+ azureMonitorExporterOptions: {
491
+ credential: credential
492
+ }
493
};
494
495
// Enable Azure Monitor integration using the useAzureMonitor function and the AzureMonitorOpenTelemetryOptions object.
0 commit comments