sentry-cli 1.13.3
full debug output:
sentry-cli-413-output.txt
If I run the command a second time, I get a "nothing to compress"/"nothing to upload" but the last time I did a release and this happened, all of my stacktraces for that particular release were not symbolicated (example)
Thanks for reporting. We're going to investigate this.
Any luck? I'm about to roll another beta of my app and I'd really like to get symbolicated crash reports when I upload it to the app store
Does this fail 100% of the time for you? Or does it work some of the time? I haven't spent a ton of time investigating this yet, other than nothing appears to obviously be messed up on our side and I haven't personally been able to reproduce.
100% failure rate on the last few (three or four?) releases I've built. Obviously I can't test the same build twice bc the second time I run the command, it says there's nothing to upload :/
@edenman still looking but what's odd is that it says that the files are up. Because we only upload files missing on the server so the server considers them to be there. Mysterious.
Would it be helpful to send you the raw files so you can upload them yourself and debug it live?
@edenman If you can, feel free to email me directly. matt@. I'm literalyl unable to reproduce this, but I have some theories of how it can happen, but they're pretty contrived. I think it's a cascading failure.
Same thing is happening for us with sentry-cli version 1.16.0 and has been happening 90% of the time for quite some time now.
[05:42:03]: sentry-cli 1.16.0 installed!
[05:42:03]: Starting sentry-cli...
[05:43:11]: Batch 1
[05:43:11]: > Found 21 debug symbol files. Checking for missing symbols on server
[05:43:11]: > Compressing 21 missing debug symbol files
[05:43:11]: > Uploading debug symbol files
[05:43:11]: error: http error: generic error (413)
Same error was observed when using Sentry Fastlane plugin and we already reported it earlier: https://forum.sentry.io/t/cannot-upload-ios-dsym-file-error-413-entity-too-large/707/6
which resulted in issues https://github.com/getsentry/fastlane-plugin-sentry/issues/6 and https://github.com/getsentry/sentry-cli/issues/62.
We changed the default in 1.17.0 to upload smaller archives. This won't fix the issue but should make it less common.
Going to close this as there have not been any reports in a long time.
@mattrobenolt @mitsuhiko Thank you guys for looking into this, much appreciated!
My application has a large state and I am using the sentry redux middleware. I am running into this error. Is there a way around it?
To add to my previous message:
Content-Length:183107 so around 183kb. Is that too large?
@fcoury are you sure this is related to sourcemap/dsym uploading?
@mitsuhiko I am sure this is not related to that. Sorry! I think I chose the wrong issue to comment on.
FWIW, looks like you're trying to submit an error event from the redux middleware and those are limited to somewhere around 100kb. You could try to trim down the payload and if that's not possible open an issue in repo of the respective integration that you're using.
Thanks @jan-auer I have done that and it seems to be working now.
Most helpful comment
Same thing is happening for us with sentry-cli version 1.16.0 and has been happening 90% of the time for quite some time now.
Same error was observed when using Sentry Fastlane plugin and we already reported it earlier: https://forum.sentry.io/t/cannot-upload-ios-dsym-file-error-413-entity-too-large/707/6
which resulted in issues https://github.com/getsentry/fastlane-plugin-sentry/issues/6 and https://github.com/getsentry/sentry-cli/issues/62.