File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
sdk/monitor/opentelemetry-exporter-azure-monitor Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0-beta.2 (2021-01-20)
4+
5+ - Ship the correct type declaration file
6+
37## 1.0.0-beta.1 (2021-01-13)
48
59- OT Exporter retry when there are network issues
Original file line number Diff line number Diff line change 1111 "dtsRollup" : {
1212 "enabled" : true ,
1313 "untrimmedFilePath" : " " ,
14- "publicTrimmedFilePath" : " ./types/latest/ opentelemetry-exporter-azure-monitor.d.ts"
14+ "publicTrimmedFilePath" : " ./types/opentelemetry-exporter-azure-monitor.d.ts"
1515 },
1616 "messages" : {
1717 "tsdocMessageReporting" : {
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.1 " ,
5+ "version" : " 1.0.0-beta.2 " ,
66 "description" : " Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK" ,
77 "main" : " dist/index.js" ,
88 "module" : " dist-esm/src/index.js" ,
9- "types" : " types/latest/ opentelemetry-exporter-azure-monitor.d.ts" ,
9+ "types" : " types/opentelemetry-exporter-azure-monitor.d.ts" ,
1010 "scripts" : {
1111 "clean" : " rimraf dist-esm types dist" ,
1212 "build:autorest" : " autorest ./swagger/README.md --typescript --v3" ,
4141 " dist-esm/src/" ,
4242 " dist/src/" ,
4343 " browser/src/" ,
44- " types/src/ " ,
44+ " types/opentelemetry-exporter-azure-monitor.d.ts " ,
4545 " README.md" ,
4646 " SECURITY.md" ,
4747 " LICENSE"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010import { ApplicationInsightsClientOptionalParams } from "./models" ;
1111
1212const packageName = "@azure/opentelemetry-exporter-azure-monitor" ;
13- const packageVersion = "1.0.0" ;
13+ const packageVersion = "1.0.0-beta.2 " ;
1414
1515export class ApplicationInsightsClientContext extends coreHttp . ServiceClient {
1616 host : string ;
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.1 " ;
13+ export const packageVersion = "1.0.0-beta.2 " ;
You can’t perform that action at this time.
0 commit comments