DMW007

Results 24 comments of DMW007

If you're extracting using the [`ReaderFactory`](https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Readers/ReaderFactory.cs), it seems that 7z support is missing there. As an workaround, you can try open it manually with `SevenZipArchive.Open()`. ~~But the progress seems not...

Thank you @adamhathcock for the explanation. I'd suggest to document this in the usage guide, so it's clear that the auto extractor cannot work with 7zip archives.

Since the creation of this issue, I did some troubleshooting by myself. I put it on a comment since the issue itself is already long cause of the config files....

To exclude further sources of error, I created a plain raw js project. The sentry webpack-plugin doesn't work like before, so I wrote a script (_release.sh_) to push it manually...

Found a [post on the Sentry forum](https://forum.sentry.io/t/offline-sourcemaps-not-used/548/5) where somebody found out that the worker-container needs access to Sentrys file volume. I had the volume only mapped to the main Sentry...

@kamilogorek I'm sorry for the late reply. I was on the go for a workshop and currently working on my exam project. To answer your questions: Yes, I'm using the...

@kamilogorek Exam is almost done now, so I was able to create another clean testproject and push it to github: https://github.com/DMW007/sentry-typescript-sourcemaps-bug-poc The `sentry` folder contains all docker-relevant files used to...

I tried the same example from my git repo on the sentry cloud and still got no match between generated js file and typescript sourcecode: ![](https://u-img.net/img/7517Il.jpg)

Hmm it seems like that Sentry cloud has more issues as the local one. My release was created but no files were uploaded. I tried to make everything by hand...

Found out that those strange rediects were caused by using the http url and was fixed using `--url=https://sentry.io/` Using the following code, the mapping works on my example project: ```...