We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29be9f4 commit ffccadbCopy full SHA for ffccadb
src/server.ts
@@ -59,7 +59,8 @@ const app = express();
59
Sentry.init({
60
integrations: [
61
// Enable HTTP calls tracing.
62
- new Sentry.Integrations.Http({ tracing: true }),
+ // XXX: OSCI-5419
63
+ new Sentry.Integrations.Http({ tracing: false }),
64
// Enable Express.js middleware tracing.
65
new Sentry.Integrations.Express({ app }),
66
// Automatically instrument Node.js libraries and frameworks.
0 commit comments