Skip to content

Commit 4b38e20

Browse files
committed
fix(tracing): enable tracing
1 parent 78b0f82 commit 4b38e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from 'path';
22
import { Request, Response } from 'express';
33
import { Storage } from '@google-cloud/storage';
44
import * as Sentry from '@sentry/node';
5-
// import '@sentry/tracing';
5+
import '@sentry/tracing';
66

77
import _validateGeneratedFile from './lib/validateGeneratedFile';
88

0 commit comments

Comments
 (0)