Skip to content

Commit

Permalink
Update 224
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Jan 20, 2025
1 parent 4173fb7 commit 52fc60a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tips/0224-upload-source-maps-sentry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Did you know?
If you enable code obfuscation in your Flutter release builds, the stack traces will be unreadable in the Sentry crash reports.

To fix this:
- Generate the source maps with --split-debug-info
- Use sentry_dart_plugin package to upload them
- Generate the source maps with `--split-debug-info`
- Use [sentry_dart_plugin](https://pub.dev/packages/sentry_dart_plugin) package to upload them
- Automate the process with CI/CD (recommended)

![](224.png)
Expand Down Expand Up @@ -43,8 +43,8 @@ dart run sentry_dart_plugin

To learn more about code obfuscation and how to upload the source maps to Sentry, check these links:

- https://docs.flutter.dev/deployment/obfuscate
- https://pub.dev/packages/sentry_dart_plugin
- [Obfuscate Dart code](https://docs.flutter.dev/deployment/obfuscate)
- [sentry_dart_plugin package](https://pub.dev/packages/sentry_dart_plugin)

---

Expand Down

0 comments on commit 52fc60a

Please sign in to comment.