Skip to content

@sentry/node version 5.7.0 fails to build with TypeScript project #2270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 9 tasks
shadow1349 opened this issue Oct 11, 2019 · 2 comments · Fixed by #2274
Closed
1 of 9 tasks

@sentry/node version 5.7.0 fails to build with TypeScript project #2270

shadow1349 opened this issue Oct 11, 2019 · 2 comments · Fixed by #2274

Comments

@shadow1349
Copy link

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

5.7.0 && 5.7.0-beta.1

Description

Whenever I try to build by TypeScript project I get the following output

image

here are the rest of my dependencies

  "dependencies": {
    "@ocean-goal/types": "^2.0.6",
    "@sendgrid/helpers": "^6.4.0",
    "@sendgrid/mail": "^6.4.0",
    "@sentry/node": "^5.7.0",
    "@sredmond/apiresponse": "^1.0.5",
    "algoliasearch": "^3.35.1",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "firebase-admin": "^8.6.0",
    "firebase-functions": "^3.3.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.24.0",
    "node-fetch": "^2.6.0",
    "sharp": "^0.23.1",
    "stripe": "^7.10.0",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@types/algoliasearch": "^3.34.3",
    "@types/body-parser": "^1.17.1",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.1",
    "@types/jsonwebtoken": "^8.3.4",
    "@types/moment": "^2.13.0",
    "@types/node-fetch": "^2.5.2",
    "@types/sharp": "^0.22.3",
    "@types/stripe": "^6.32.12",
    "@types/uuid": "^3.4.5",
    "firebase-tools": "^7.4.0",
    "husky": "^3.0.8",
    "tslint": "~5.20.0",
    "typescript": "^3.5.3"
  },
@kamilogorek
Copy link
Contributor

Fixed in 5.7.1

@shadow1349
Copy link
Author

@kamilogorek Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants