All files / src instrument.ts

100% Statements 3/3
100% Branches 6/6
100% Functions 1/1
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11287x       1x            
import * as Sentry from "@sentry/node";
 
// Instrumentation for Sentry (error logging platform)
 
Sentry.init({
  dsn: "https://c4fdc05bdc40c4922eae82cac765e637@sentry.ianyeoh.com/4",
 
  // Tracing
  tracesSampleRate: 1.0, //  Capture 100% of the transactions
});