Skip to content

Fix: Preserve Authorization headers in fetch instrumentation (#208) #777

Fix: Preserve Authorization headers in fetch instrumentation (#208)

Fix: Preserve Authorization headers in fetch instrumentation (#208) #777

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies & tooling
run: |
npm install
npm run lint