diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index 5a1b4deb..e02ea570 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -77,11 +77,11 @@ jobs: git apply --ignore-whitespace $($_.FullName) } - - 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 + # - 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 - name: Setup Rust uses: dtolnay/rust-toolchain@stable