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 11 | 287x 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 }); |