error with thread-loader
See original GitHub issueEnvironment
How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
Which SDK and version?
macos node12
Steps to Reproduce
{
test: /\.js$/,
include: path.resolve("src"),
use: [
"thread-loader",
"expensive-loader"
]
}
Expected Result
webpack build success
Actual Result
node_modules/@sentry/webpack-plugin/src/sentry-webpack.module.js
Thread Loader (Worker 1)
releasePromise.then is not a function
https://github.com/getsentry/sentry-webpack-plugin/issues/176
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
thread-loader with @ngtools/webpack - angular - Stack Overflow
For speed up transpile and build, I use thread-loader with @ngtools/webpack. However below error is happend when I execute build.
Read more >thread-loader - npm.io
thread-loader. Runs the following loaders in a worker pool. Getting Started. npm install --save-dev thread-loader. Put this loader in front of other loaders ......
Read more >thread-loader - npm
Runs the following loaders in a worker pool. Latest version: 3.0.4, last published: 2 years ago. Start using thread-loader in your project ...
Read more >Bugfixing with thread-loader and Scope Hoisting (week 15)
Next to normal bugfixes for webpack 3, I hunted some really difficult/annoying bug and I want to tell you this story.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Saran010 Just found a solution, set the
parallel
option tofalse
to disable thethread-loader
:Same issue. I cant build my project. I created project via vue/cli. When I try build project with SentryWebpackPlugin it crash. I dont know why
query.releasePromise
is empty object insentry.loader.js
. But methodgetReleasePromise
return Promise.query.project
andquery.org
return string