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 78b0f82 commit 4b38e20Copy full SHA for 4b38e20
server/src/index.ts
@@ -2,7 +2,7 @@ import path from 'path';
2
import { Request, Response } from 'express';
3
import { Storage } from '@google-cloud/storage';
4
import * as Sentry from '@sentry/node';
5
-// import '@sentry/tracing';
+import '@sentry/tracing';
6
7
import _validateGeneratedFile from './lib/validateGeneratedFile';
8
0 commit comments