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

electron / fiddle / 13401539657

18 Feb 2025 10:51PM UTC coverage: 87.604%. Remained the same
13401539657

Pull #1678

github

web-flow
Merge 16c5fe5e0 into aba2a5c56
Pull Request #1678: build(deps): bump serialize-javascript from 6.0.1 to 6.0.2

982 of 1218 branches covered (80.62%)

Branch coverage included in aggregate %.

3767 of 4203 relevant lines covered (89.63%)

34.5 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