sentry-dart-plugin
sentry-dart-plugin copied to clipboard
Investigate why setting `upload_debug_symbols=true` was needed
The solution of a users issue in #304 was setting upload_debug_symbols=true. According to docs, this value is true by default and does not need to be set. Investigate why this resolved the issue.