-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Hi,
A few days from now we started to get this error on our pipelines:
Error ---------------------------------------------------
Error: Sentry: Error uploading sourcemap file - Error: connect EADDRNOTAVAIL 35.188.42.15:443 - Local (172.17.0.2:0)
at SentryPlugin.<anonymous> (/builds/services/node_modules/serverless-sentry/dist/index.js:603:31)
at step (/builds/services/node_modules/serverless-sentry/dist/index.js:44:23)
at Object.throw (/builds/services/node_modules/serverless-sentry/dist/index.js:25:53)
at rejected (/builds/services/node_modules/serverless-sentry/dist/index.js:17:65)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information ---------------------------
Operating System: linux
Node Version: 14.19.3
Framework Version: 2.72.3 (local)
Plugin Version: 5.5.4
SDK Version: 4.3.2
Components Version: 3.18.2
This is what our dependencies look like at the moment:
"@sentry/integrations": "^7.2.0",
"@sentry/node": "^7.2.0",
"serverless-sentry-lib": "^2.5.0",
"serverless-sentry": "^2.5.0",We even tried to disable this functionality by adding the environment variable SENTRY_SOURCEMAPS or adding the custom config:
sentry:
sourceMaps: falseBut it runs regardless and ignores the flag. Do you have any idea what is happening and how to work around this?
rictorres