getsentry / sentry-dart-plugin

A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli
MIT License
68 stars 28 forks source link

414 Request-URI Too Large #262

Closed Tosuj-work closed 1 month ago

Tosuj-work commented 2 months ago

Environment

What version are you running? Etc. 2.1.0

Steps to Reproduce

flutter build apk --release --split-debug-info --obfuscate -t ./lib/main_prod.dart flutter packages pub run sentry_dart_plugin

Expected Result

success uploading

What you thought would happen. error uploading

Actual Result

logfile log.txt

buenaflor commented 2 months ago

hi, does this happen only on android or also when uploading dsyms for ios?

Tosuj-work commented 2 months ago

hi, does this happen only on android or also when uploading dsyms for ios?

hi, ios is not in production yet and has not been tried there, so now it is only on android

buenaflor commented 2 months ago

@Tosuj-work are you running sentry self hosted?

Tosuj-work commented 2 months ago

@buenaflor yes

buenaflor commented 1 month ago

@szokeasaurusrex have you seen this error before in the sentry-cli? any clues?

Tosuj-work commented 1 month ago

Hi! we have updated self hosted sentry to the latest version and the bug has been fixed. Everything is working now