rollbar-android icon indicating copy to clipboard operation
rollbar-android copied to clipboard

Rollbar rejects mapping.txt file

Open zsperske opened this issue 2 years ago • 0 comments

Running:

curl 'https://api.rollbar.com/api/1/proguard' \
  -F access_token=myApiKey \
  -F version=3.197.3 \
  -F [email protected]

Returns:

<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.17.9</center>
</body>
</html>

Our mapping.txt file is 343 MB in size. The Google Play limit for mapping files is 1600 MB.

zsperske avatar Oct 24 '23 18:10 zsperske