• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / blurts-server / #12992

pending completion
#12992

push

circleci

web-flow
MNTOR-1437 Do not use spaces in event names, per GA4's event naming rules (#2943)

* We should not use spaces in event names, per GA4's event naming rules: https://support.google.com/analytics/answer/13316687

I also went over and instrumented a few more success/fail cases, they are sent in a `result` parameter.

* Update src/client/js/components/toast-alert.js

Co-authored-by: Vincent <Vinnl@users.noreply.github.com>

---------

Co-authored-by: Vincent <Vinnl@users.noreply.github.com>

282 of 1599 branches covered (17.64%)

Branch coverage included in aggregate %.

14 of 14 new or added lines in 7 files covered. (100.0%)

959 of 4310 relevant lines covered (22.25%)

1.85 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/esbuild.js
1
const esbuild = require('esbuild')
×
2
const AppConstants = require('./app-constants')
×
3

4
esbuild.build({
×
5
  logLevel: 'info',
6
  bundle: true,
7
  entryPoints: ['public/js/app.js', 'public/css/app.css'],
8
  entryNames: '[name]',
9
  external: ['./public/img/*', './public/fonts/*'],
10
  outdir: 'public/dist',
11
  format: 'esm',
12
  minify: AppConstants.NODE_ENV !== 'dev',
13
  sourcemap: AppConstants.NODE_ENV !== 'dev',
14
  splitting: true,
15
  treeShaking: true
16
})
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc