chore: Add Sentry to native Python runner (#19082)

This commit is contained in:
Iván Ovejero
2025-09-02 12:14:11 +02:00
committed by GitHub
parent 238fe84540
commit 4c4c0932d1
15 changed files with 356 additions and 152 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: uv python install 3.13
- name: Install project dependencies
run: uv sync
run: uv sync --all-extras
- name: Format check
run: uv run ruff format --check