Skip to content

Commit dd44039

Browse files
committed
remove debug
1 parent 77aa375 commit dd44039

File tree

1 file changed

+0
-5
lines changed
  • packages/e2e-tests/test-applications/node-express-app/src

1 file changed

+0
-5
lines changed

packages/e2e-tests/test-applications/node-express-app/src/app.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as Sentry from '@sentry/node';
22
import '@sentry/tracing';
33
import * as Integrations from '@sentry/integrations';
44
import express from 'express';
5-
import { SentryWrappedXMLHttpRequest } from '@sentry/types';
65

76
Sentry.init({
87
dsn: process.env.SENTRY_DSN,
@@ -11,11 +10,7 @@ Sentry.init({
1110
tracesSampleRate: 1,
1211
});
1312

14-
const a = {} as SentryWrappedXMLHttpRequest;
15-
console.log(a);
16-
1713
const app = express();
18-
1914
const port = 3000;
2015

2116
app.use(Sentry.Handlers.requestHandler());

0 commit comments

Comments
 (0)