Skip to content

Commit

Permalink
feat: remove node-dump-stacks
Browse files Browse the repository at this point in the history
Installing and running this is causing issues in some envs
  • Loading branch information
carlos-snyk committed Aug 6, 2021
1 parent cce5cd7 commit c877cb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const app = (module.exports = {
main: main,
});

require('@snyk/node-dump-stacks');

function main({ port, client, config = {} } = {}) {
// note: the config is loaded in the main function to allow us to mock in tests
if (process.env.TAP) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@snyk/node-dump-stacks": "^1.3.0",
"@types/minimist": "^1.2.0",
"@types/request": "^2.48.5",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit c877cb4

Please sign in to comment.