-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Angular build issue - Typings file (with solution) #1676
Comments
Same issue. |
Thanks for reporting this, this is very odd. When I download the npm package I get the inline imports. Investigating this now, thanks for reporting this. |
Hey @HazAT, When do you plan to release this fix? 🙏🏻 |
@juanhenriquez |
Nice one, purely professional courtesy how'd it happen? In case i run into it myself 🤗 |
@kevcjones TBH I haven't checked exactly what was going on and why we had |
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
Using Angular setup verbatim to the docs. The issue might be one of typescript. I fixed it manually but this is the notes for you guys.
Angular version information (yes we're behind)
The issue was on build (no different between AOT and non AOT).
I looked into the offending file and i could see it was the 'inline' @imports that it hated.
from index.d.ts
Solution
Just import them as normal and use the types.
The text was updated successfully, but these errors were encountered: