Skip to content

fix(pg-instrumentation): capture query values when passed as second argument for prepared statements #17801

fix(pg-instrumentation): capture query values when passed as second argument for prepared statements

fix(pg-instrumentation): capture query values when passed as second argument for prepared statements #17801

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
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