Skip to content

sentrycore: emit trace ID, span ID in Sentry-specific trace context a… #211

sentrycore: emit trace ID, span ID in Sentry-specific trace context a…

sentrycore: emit trace ID, span ID in Sentry-specific trace context a… #211

Workflow file for this run

name: Pipeline
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v2