Skip to content

Commit

Permalink
sentry on main run
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 26, 2024
1 parent 2e9a238 commit 09ced3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/report-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
name: Take Screenshots
needs: get-environment
if: needs.get-environment.outputs.updated == 'true' || github.event_name == 'workflow_dispatch'
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -115,6 +117,12 @@ jobs:
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Setup Sentry Reporting
shell: pwsh
run: |
cargo add vleue_sentry --git https://github.com/vleue/vleue_sentry -p bevy_internal --features subcrates --no-default-features
git apply --ignore-whitespace runner-patches/add_sentry.patch
- uses: actions/cache/restore@v4
id: restore-cache
with:
Expand Down Expand Up @@ -387,8 +395,6 @@ jobs:
needs: [get-environment, update-results]
if: always() && (needs.get-environment.outputs.updated == 'true' || github.event_name == 'workflow_dispatch')
runs-on: ${{ matrix.os }}
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
Expand Down Expand Up @@ -451,12 +457,6 @@ jobs:
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Setup Sentry Reporting
shell: pwsh
run: |
cargo add vleue_sentry --git https://github.com/vleue/vleue_sentry -p bevy_internal --features subcrates --no-default-features
git apply --ignore-whitespace runner-patches/add_sentry.patch
- uses: actions/cache/restore@v4
id: restore-cache
with:
Expand Down

0 comments on commit 09ced3d

Please sign in to comment.