Skip to content

fix(sdk-metrics): ignore infinity in exponential histograms (#7015) #3979

fix(sdk-metrics): ignore infinity in exponential histograms (#7015)

fix(sdk-metrics): ignore infinity in exponential histograms (#7015) #3979

Workflow file for this run

name: Bundler tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
bundler-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with:
persist-credentials: false
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: ^26.3.0
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build TypeScript packages
run: npm run compile
- name: Run bundler tests
run: npm run test:bundle