Skip to content

Bump @opentelemetry/exporter-trace-otlp-http from 0.200.0 to 0.207.0 #82

Bump @opentelemetry/exporter-trace-otlp-http from 0.200.0 to 0.207.0

Bump @opentelemetry/exporter-trace-otlp-http from 0.200.0 to 0.207.0 #82

Workflow file for this run

name: Build plugin
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20.19
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build plugin
run: |
yarn install && yarn build && yarn build-dev
- name: Upload plugin
uses: actions/upload-artifact@v4
with:
name: boomerang-opentelemetry-plugin
path: ./dist/*.js