action-release icon indicating copy to clipboard operation
action-release copied to clipboard

Allow to pass ext to the CLI

Open JCMais opened this issue 4 years ago • 7 comments

Looks like currently it's impossible to set the --ext argument of the CLI, this is important when using TypeScript.

JCMais avatar Feb 16 '21 00:02 JCMais

Sorry if I'm wrong, but I was able to get sourcemaps with TypeScript working without having to manually set the ext argument. Is there another reason for using ext?

PeterCardenas avatar Apr 06 '21 22:04 PeterCardenas

This can be an issue when you want to upload .ts files to Sentry; however, I think that is it better to have the source inlined in the .map file, right?

matbour avatar Apr 21 '21 09:04 matbour

Would be great to upload ts files too. I used this workaround though in my tsconfig.json:

{
  "compilerOptions": {
    "inlineSourceMap": true
  }
}

GuillaumeCisco avatar Jul 25 '22 08:07 GuillaumeCisco

The TypeScript SourceMap guide says to inline the source map and this doesn't support the ext ?

ghost avatar Aug 16 '22 10:08 ghost

Is there any update on this?

ghost avatar Aug 16 '22 10:08 ghost

this feature is critical to support jvm languages such as Scala.

a1sats avatar Aug 16 '23 21:08 a1sats

Can this ticket get some love? Currently it seems to be impossible to use this action for anything but Javascript.

kuhnroyal avatar Oct 20 '23 08:10 kuhnroyal