Skip to content

Commit b4a0f2b

Browse files
authored
[Monitor] Ship type declarations (Azure#13299)
* [Monitor] Ship type declarations file * prepare release
1 parent b5092d1 commit b4a0f2b

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

sdk/monitor/opentelemetry-exporter-azure-monitor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

sdk/monitor/opentelemetry-exporter-azure-monitor/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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": {

sdk/monitor/opentelemetry-exporter-azure-monitor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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",
@@ -41,7 +41,7 @@
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"

sdk/monitor/opentelemetry-exporter-azure-monitor/src/generated/applicationInsightsClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010
import { ApplicationInsightsClientOptionalParams } from "./models";
1111

1212
const packageName = "@azure/opentelemetry-exporter-azure-monitor";
13-
const packageVersion = "1.0.0";
13+
const packageVersion = "1.0.0-beta.2";
1414

1515
export class ApplicationInsightsClientContext extends coreHttp.ServiceClient {
1616
host: string;

sdk/monitor/opentelemetry-exporter-azure-monitor/src/utils/constants/applicationinsights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const MS_LINKS = "_MS.links";
1010
export const INPROC = "InProc";
1111
export const ENQUEUED_TIME = "enqueuedTime";
1212
export const TIME_SINCE_ENQUEUED = "timeSinceEnqueued";
13-
export const packageVersion = "1.0.0-beta.1";
13+
export const packageVersion = "1.0.0-beta.2";

0 commit comments

Comments
 (0)