question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using sentry-webpack-plugin with Docker refuses to run

See original GitHub issue

Hi all,

I am currently running the sentry-webpack-plugin with docker but am running into the following error message when I try to compose my application:

app-nexus        | > vue-cli-service serve
app-nexus        |
app-nexus        |  INFO  Starting development server...
app-nexus        | Starting type checking service...
app-nexus        | Using 1 worker with 2048MB memory limit
app-nexus        |  98% after emitting SentryCliPlugin ERROR  Failed to compile with 1 errors3:46:17 AM
app-nexus        |
app-nexus        | Sentry CLI Plugin: spawn Unknown system error -8
No type errors found
app-nexus        | Version: typescript 3.5.3
app-nexus        | Time: 28313ms

Any hints/suggestions will be greatly appreciated, thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
kamilogorekcommented, Feb 18, 2020

@yonatanhakatan you have to COPY . . before you do yarn install. Otherwise, you are overwriting node_modules with the binaries from a different architecture. It’ll work once you change it (or ignore node_modules when copying)

0reactions
yonatanhakatancommented, Feb 18, 2020

Ahhh I see. Yes, that works. Thanks @kamilogorek 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Webpack site wont display when run through docker image
Now I created a Dockerfile to run my work on an image. Its very basic, load the files, expose the port and run...
Read more >
Manual Setup for Next.js - Sentry Documentation
Use withSentryConfig to extend the default Next.js usage of Webpack. This will do two things: Automatically call the code in sentry.server.config.js and sentry ......
Read more >
@sentry/webpack-plugin - npm Package Health Analysis | Snyk
Official webpack plugin for Sentry For more information about how to use this package see README. Latest version published 2 months ago. License:...
Read more >
Sentry config. from setting in config. May 11, 2019. 4 from ...
1> Benyamin Jaf. yml, then I did as follows: sudo docker-compose run --rm web ... then the IP address won't show up in...
Read more >
vue+sentry实现前端监控 - 掘金
可以用docker或python搭建本地sentry系统,推荐用docker 因为$dcr --no-deps -v ... is pre-built. run: | npm install npm run build:prod - name: Deploy uses: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found