Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Nov 23, 2021
1 parent db5369f commit 314fda1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/config/logging.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pkg from '../../package.json'
import winston from 'winston'
import { default as Sentry } from 'winston-transport-sentry-node'

Expand All @@ -12,7 +11,6 @@ if (dsn) {
dsn,
tracesSampleRate: 1.0,
environment: process.env.NODE_ENV,
release: pkg.version,
},
level: 'info',
})
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"target": "es2016",
"lib": [ "es2021" ],
"outDir": "dist",
"sourceRoot": "src",
"rootDir": "src",
"sourceMap": true,
"typeRoots": [
"node_modules/@types"
Expand Down

0 comments on commit 314fda1

Please sign in to comment.