#503 (Service Unavailable)
5 messages · Page 1 of 1 (latest)
Can you share your full webpack config file? At least the portions relevant to sentry.
Are there more logs sorrounding this response? Do you see the same locally as in your build pipeline? This message is about an evelope which looks like it is around sending an error event, not uploading source maps
https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/webpack/#configuration
That's the only part in the webpack config related to sentry: sentryWebpackPlugin({
org : 'sentry',
project : 'project-name',
authToken: process.env.SENTRY_AUTH_TOKEN
})
Yes, the same problem is locally
this is a problem if you instance receives too many events and/or Relay can't process any events anymore due to a misconfiguration