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

electron / fiddle / 16318023816

16 Jul 2025 11:18AM UTC coverage: 87.905% (-0.09%) from 87.992%
16318023816

Pull #1712

github

web-flow
Merge 14c1ff783 into 09cf3833e
Pull Request #1712: refactor: improve Electron settings version table

880 of 1071 branches covered (82.17%)

Branch coverage included in aggregate %.

51 of 55 new or added lines in 1 file covered. (92.73%)

3786 of 4237 relevant lines covered (89.36%)

33.8 hits per line

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

0.0
/src/renderer/sentry.ts
1
import * as Sentry from '@sentry/electron/renderer';
×
2

3
import { SENTRY_DSN } from '../constants';
×
4

5
export function initSentry() {
×
6
  if (!window.ElectronFiddle.isDevMode) {
×
7
    Sentry.init({ dsn: SENTRY_DSN });
×
8
  }
9
}
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