From 4bbe2ed65810ef36095781e66c1b2f80ccc9498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Tue, 16 Jul 2024 09:04:30 +0200 Subject: [PATCH] disable sentry after plugingroup macro (#56) --- .github/workflows/workflow-native.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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