Skip to content

Commit 34e7789

Browse files
authored
Merge pull request #130 from getsentry/jb/fix/tracing
fix(tracing): enable tracing
2 parents f117954 + 8b6e4a0 commit 34e7789

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)