Skip to content

Bump sentry-sdk from 1.45.0 to 2.8.0 #574

Bump sentry-sdk from 1.45.0 to 2.8.0

Bump sentry-sdk from 1.45.0 to 2.8.0 #574

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tox
run: python -m pip install tox
- name: Run tox
run: python -m tox
- uses: codecov/codecov-action@v3