Skip to content

Sentry: Set Nginx ingress client max body size to 64MB

Adeline Yeung requested to merge ayeung/sentry-client-body-size into master

What

Set proxy-body-size parameter on Nginx ingress to 64MB (see https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#proxy-body-size)

Why

So our users can upload sourcemaps. Currently they get a 413 error because the sourcemap is 33MB in size, when the default max body size is 1MB.

Merge request reports