Skip to content

Commit acce1d3

Browse files
committed
chore(build): Add guard against build containing sentry lazyloading
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 2ecec78 commit acce1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Install dependencies & build
4848
run: |
4949
npm run build-release --if-present
50+
grep -qvrni '"https://browser.sentry-cdn.com"' ./dist/js/ || echo 'Problem: Build includes lazy-loading of components from sentry-cdn.com. This will get rejected by Chrome Webstore review!'
5051
5152
- name: Save context
5253
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)