Skip to content

ddtrace/tracer: add _dd.base_service tag #3236

ddtrace/tracer: add _dd.base_service tag

ddtrace/tracer: add _dd.base_service tag #3236

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
merge_group:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.18"
secrets: inherit