Skip to content

Commit

Permalink
Update workflows and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Apr 16, 2024
1 parent 394e8ac commit d8e0aed
Show file tree
Hide file tree
Showing 8 changed files with 845 additions and 237 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backcompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Back Compatibility CI

on:
push:
branches: [ develop ]
branches: [ main ]
pull_request:
branches: [ develop ]
branches: [ main ]

jobs:
backcompat:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration Tests CI

on:
push:
branches: [ develop, beta ]
branches: [ main ]
pull_request:
branches: [ develop, beta ]
branches: [ main ]

jobs:
integration:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ develop, beta ]
branches: [ main ]
pull_request:
branches: [ develop, beta ]
branches: [ main ]

jobs:
build:
Expand Down
1,062 changes: 835 additions & 227 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "3.0.0-beta.12",
"version": "3.0.0",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { InstrumentationConfig } from "@opentelemetry/instrumentation";
import { OTLPExporterNodeConfigBase } from "@opentelemetry/otlp-exporter-base";


export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.12";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.3.0";
export const DEFAULT_ROLE_NAME = "Web";
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_OPENTELEMETRY_VERSION;

Expand Down
2 changes: 1 addition & 1 deletion test/backCompatibility/oldTSC/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/performanceTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/api-logs": "^0.49.1",
"@opentelemetry/sdk-logs": "^0.49.1",
"applicationinsights": "^3.0.0-beta.12",
"applicationinsights": "^3.0.0",
"dotenv": "^16.4.5",
"tslib": "^2.6.2"
},
Expand Down

0 comments on commit d8e0aed

Please sign in to comment.