File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
sdk/monitor/opentelemetry-exporter-azure-monitor Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0-beta.3 (Unreleased)
4+
35## 1.0.0-beta.2 (2021-01-20)
46
57- Ship the correct type declaration file
1113- Rename package to ` @azure/opentelemetry-exporter-azure-monitor `
1214- [ BREAKING] Deprecate all configuration options except for ` connectionString `
1315- [ BREAKING] Removed support for ` TelemetryProcessor `
14-
15- ## 1.0.0-preview.6 (2020-10-09)
16-
1716- (internal) Migrate to autorest generated HttpClient and Envelope Interfaces
18-
19- ## 1.0.0-preview.5 (2020-09-01)
20-
2117- Migrate to Azure SDK for JS repository
2218- Adds support for Event Hubs Distributed Tracing [ #10575 ] ( https://github.com/Azure/azure-sdk-for-js/pull/10575 )
Original file line number Diff line number Diff line change 22 "name" : " @azure/opentelemetry-exporter-azure-monitor" ,
33 "author" : " Microsoft Corporation" ,
44 "sdk-type" : " client" ,
5- "version" : " 1.0.0-beta.2 " ,
5+ "version" : " 1.0.0-beta.3 " ,
66 "description" : " Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK" ,
77 "main" : " dist/index.js" ,
88 "module" : " dist-esm/src/index.js" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ export const MS_LINKS = "_MS.links";
1010export const INPROC = "InProc" ;
1111export const ENQUEUED_TIME = "enqueuedTime" ;
1212export const TIME_SINCE_ENQUEUED = "timeSinceEnqueued" ;
13- export const packageVersion = "1.0.0-beta.2 " ;
13+ export const packageVersion = "1.0.0-beta.3 " ;
You can’t perform that action at this time.
0 commit comments