Skip to content

Commit 9fb5fdb

Browse files
snomiaoclaude
andcommitted
fix: remove map file exclusion from Mixpanel scan for consistency
Remove -g '!*.map' from Mixpanel scan to match GTM scan pattern. Both scans should use the same file filtering approach. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8735393 commit 9fb5fdb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-dist-telemetry-scan.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
if rg --no-ignore -n \
6363
-g '*.html' \
6464
-g '*.js' \
65-
-g '!*.map' \
6665
-e '(?i)mixpanel\.init' \
6766
-e '(?i)mixpanel\.identify' \
6867
-e 'MixpanelTelemetryProvider' \

0 commit comments

Comments
 (0)