Skip to content

refactor: avoid confusing stacktrace with an otel trace #1947

refactor: avoid confusing stacktrace with an otel trace

refactor: avoid confusing stacktrace with an otel trace #1947

Workflow file for this run

name: "Pull Request Labeler"
on: [pull_request_target]
permissions:
contents: read
jobs:
triage:
permissions:
pull-requests: write # required for labeling PRs
runs-on: ubuntu-24.04
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"