Skip to content

Commit ffccadb

Browse files
Andrei-Stepanovmgrabovsky
authored andcommitted
OSCI-5419: disable sentry for http
1 parent 29be9f4 commit ffccadb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const app = express();
5959
Sentry.init({
6060
integrations: [
6161
// Enable HTTP calls tracing.
62-
new Sentry.Integrations.Http({ tracing: true }),
62+
// XXX: OSCI-5419
63+
new Sentry.Integrations.Http({ tracing: false }),
6364
// Enable Express.js middleware tracing.
6465
new Sentry.Integrations.Express({ app }),
6566
// Automatically instrument Node.js libraries and frameworks.

0 commit comments

Comments
 (0)