Add support for Sentry (#1909)

This commit is contained in:
Nolan Tremelling
2025-01-30 14:28:19 -08:00
committed by GitHub
parent 9bf4da5ed2
commit 1aa2c5f716
8 changed files with 100 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch || github.ref }} # This checks out the correct branch
ref: ${{ github.event.inputs.branch || github.ref }}
- name: Set up Python
uses: actions/setup-python@v4