Support for Typscript soucemap upload without webpack
Issue
This an issue with: Platform/SDK documentation (Which one?)
Description
This page https://docs.sentry.io/platforms/node/sourcemaps/ (as referenced by https://docs.sentry.io/platforms/node/typescript/), have only instructions to node sourcemaps using webpack. But there are many, if not most, projects that don't use webpack.
Trying to use the documentation here https://docs.sentry.io/product/cli/releases/#sentry-cli-sourcemaps doesn't help. In this specific case, even after followed the whole documentation for sourcemaps and typescript, it can't get the original file (the .ts in this case) to upload (- warning: missing sourcecode (/file.ts)).
I looked in all the documentation (including trying the many flags in the last link), and nothing helped.
Routing to @getsentry/team-webplatform for triage. ⏲️
@AllanDaemon - thanks for your notes on this issue. We'll be updating the Node documentation, including the source maps content as tracked in this issue.
@onurtemizkan - could you please also include this issue regarding Node source maps documentation in the update?
Any ETA on this? thanks!
Related: https://github.com/getsentry/sentry-docs/pull/3693#discussion_r673535991
@onurtemizkan, is this resolved already? Can we close it?
@vladanpaunovic -- Just checked with a simple project without webpack, and it seems to be working fine when I followed https://docs.sentry.io/platforms/node/sourcemaps/generating/#typescript and uploaded source maps using sentry-cli.
@AllanDaemon, please feel free to reopen if you have a specific setup that's still having issues. Thanks!