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.
2 parents f117954 + 8b6e4a0 commit 34e7789Copy full SHA for 34e7789
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