Skip to content

Commit 436555e

Browse files
Update articles/azure-monitor/app/opentelemetry-add-modify.md
Co-authored-by: Matt McCleary <[email protected]>
1 parent a91c40a commit 436555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ Not available in .NET.
13271327
#### [Node.js](#tab/nodejs)
13281328

13291329

1330-
You need to use `applicationinsights` v3 Beta package to achieve this. (https://www.npmjs.com/package/applicationinsights/v/beta). Same methods and intefaces should be available there, all sample code in documented for @azure/monitor-opentelemetry apply to v3 Beta package as well.
1330+
If you would like to add custom events or need access to the Application Insights API, you will need to replace the @azure/monitor-opentelemetry package with the `applicationinsights` v3 Beta package (https://www.npmjs.com/package/applicationinsights/v/beta). Same methods and interfaces should be available there, all sample code in documented for @azure/monitor-opentelemetry apply to v3 Beta package as well.
13311331

13321332
```javascript
13331333
const { TelemetryClient } = require("applicationinsights");

0 commit comments

Comments
 (0)