Skip to content

Fix empty cron tag in Sentry by moving CaptureException inside WithScope #24

Fix empty cron tag in Sentry by moving CaptureException inside WithScope

Fix empty cron tag in Sentry by moving CaptureException inside WithScope #24

Workflow file for this run

name: Go
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Test
run: go test -v ./...