Skip to content

Commit

Permalink
feat(api): merge api-metrics into api (#3374)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
legendecas and pichlermarc committed Nov 3, 2022
1 parent bdc603c commit 1536a7c
Show file tree
Hide file tree
Showing 150 changed files with 698 additions and 1,687 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:
- name: Build 🔧
run: |
npm run compile
npx lerna run compile
- name: Unit tests
run: npm run test
run: |
# TODO(legendecas): webpack https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
if [ "${{ matrix.node_version }}" = "18" ]; then
export NODE_OPTIONS=--openssl-legacy-provider
fi
npm run test
- name: Report Coverage
run: npm run codecov
if: ${{ matrix.node_version == '14' }}
Expand Down Expand Up @@ -88,7 +93,8 @@ jobs:
- name: Build 🔧
run: |
npm run compile
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
npx lerna run compile
- name: Unit tests
run: npm run test
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

### :boom: Breaking Change

* feat(api): merge api-metrics into api [#3374](https://github.com/open-telemetry/opentelemetry-js/pull/3374) @legendecas

### :rocket: (Enhancement)

* feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web [#3319](https://github.com/open-telemetry/opentelemetry-js/pull/3319) @legendecas
Expand Down
8 changes: 0 additions & 8 deletions api-metrics/.eslintrc.js

This file was deleted.

201 changes: 0 additions & 201 deletions api-metrics/LICENSE

This file was deleted.

98 changes: 0 additions & 98 deletions api-metrics/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions api-metrics/karma.conf.js

This file was deleted.

0 comments on commit 1536a7c

Please sign in to comment.