Browse Source

ref: disable profiling of webpack (#62339)

this is 3x-ing the build time and occasionally hanging forever

<!-- Describe your PR here. -->
anthony sottile 1 year ago
parent
commit
fc9294b4c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/acceptance.yml

+ 0 - 1
.github/workflows/acceptance.yml

@@ -89,7 +89,6 @@ jobs:
 
       - name: webpack
         env:
-          SENTRY_INSTRUMENTATION: 1
           # this is fine to not have for forks, it shouldn't fail
           SENTRY_WEBPACK_WEBHOOK_SECRET: ${{ secrets.SENTRY_WEBPACK_WEBHOOK_SECRET }}
         run: |