Skip to content

feat(web-exception-instrumentation): Add instrumentation for web exceptions #17641

feat(web-exception-instrumentation): Add instrumentation for web exceptions

feat(web-exception-instrumentation): Add instrumentation for web exceptions #17641

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 18
cache: 'npm'
- run: npm ci --ignore-scripts
- name: Lint
run: |
npm run lint