Skip to content
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into dart-flutter-v5
# Conflicts:
#	src/platforms/flutter/troubleshooting.mdx
  • Loading branch information
ueman committed Mar 28, 2021
commit 0ef18603cd95103707d50af9549ca8412646f814
13 changes: 1 addition & 12 deletions src/platforms/flutter/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ redirect_from:
description: "Troubleshoot and resolve edge cases regarding known limitations and bundling."
---

## Requirements

- For the usage of the Flutter SDK, the minimal required Dart SDK version is `2.12.0` and Flutter SDK version is `1.17.0`

## Uploading Debug Symbols (Android and iOS)

Debug symbols provide information that Sentry displays on the Issue Details page to help you triage an issue.

- [iOS dSYM files](/platforms/apple/dsym/)
- [Android NDK](/product/cli/dif/#uploading-files) need to be done manually. Do not use the `uploadNativeSymbols` flag from the [Sentry Gradle Plugin](/platforms/android/proguard/) as it is not yet supported.
- [Android Proguard/R8 mapping file](/platforms/android/proguard/)
- [Source maps for Flutter Web](/product/cli/releases/#managing-release-artifacts)
If you need help solving issues with Sentry's Flutter SDK, you can read the edge cases documented here. If you need additional help, you can view our forums, and customers on a paid plan may also contact support.

## Known Limitations

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.