Skip to content

fix(node-sdk): add OTLP integration path for OTel-first Node.js projects #114

fix(node-sdk): add OTLP integration path for OTel-first Node.js projects

fix(node-sdk): add OTLP integration path for OTel-first Node.js projects #114

Workflow file for this run

name: Warden
# contents: write required for resolving review threads via GraphQL
# See: https://github.com/orgs/community/discussions/44650
permissions:
contents: write
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
review:
runs-on: ubuntu-latest
env:
WARDEN_ANTHROPIC_API_KEY: ${{ secrets.WARDEN_ANTHROPIC_API_KEY }}
WARDEN_MODEL: ${{ secrets.WARDEN_MODEL }}
WARDEN_SENTRY_DSN: ${{ secrets.WARDEN_SENTRY_DSN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
id: app-token
with:
app-id: ${{ secrets.WARDEN_APP_ID }}
private-key: ${{ secrets.WARDEN_PRIVATE_KEY }}
- uses: getsentry/warden@34257abaeda3b030eb45a0971060d509ce0fea51 # v0
with:
github-token: ${{ steps.app-token.outputs.token }}