You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build folder contains the symbols folder with in there 3 files
app.android-arm.symbols
app.android-arm64.symbols
app-android-64x.symbols
Using the command dart run sentry_dart_plugin from sentry_dart_plugin 2.4.0. The debug symbols for Android, iOS/macOS gets uploaded (can't find sourcemaps but that's a different issue) and I can see on the Sentry platform that these debug files have been added.
See image of console executing the dart run sentry_dart_plugin command
Expected Result
When purposely throwing an exception which is then shown on the Sentry platform. Stacktrace shows also the code of where the error happened.
See image (image is taken from Sentry website as I dot not have an example)
Actual Result
When purposely throwing an exception which is then shown on the Sentry platform. Stacktrace does not show code.
See image
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered:
therybrian
changed the title
Sentry platform not propery displaying full stacktrace
Sentry platform not propery displaying full stacktrace - No source code is shown
Feb 5, 2025
Platform
Dart
Obfuscation
Enabled
Debug Info
Enabled
Doctor
[✓] Flutter (Channel stable, 3.27.1, on macOS 15.0 24A335 darwin-arm64, locale en-BE)
• Flutter version 3.27.1 on channel stable at /Users/brianthery/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (7 weeks ago), 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/brianthery/Library/Android/sdk
• Platform android-35, build-tools 34.0.0
• Java binary at: /Users/brianthery/Library/Java/JavaVirtualMachines/temurin-17.0.13/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16A242d
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
[✓] Connected device (3 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.0 24A335 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.0 24A335 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 133.0.6943.53
[✓] Network resources
• All expected network resources are available.
• No issues found!
Version
8.12.0
Steps to Reproduce
pubspec.yaml file contains
Command
flutter build apk --release --flavor <project-name> -t lib/main-<project-name>.dart --obfuscate --split-debug-info=build/symbols --no-tree-shake-icons
build
folder contains thesymbols
folder with in there 3 filesapp.android-arm.symbols
app.android-arm64.symbols
app-android-64x.symbols
Using the command
dart run sentry_dart_plugin
fromsentry_dart_plugin 2.4.0
. The debug symbols for Android, iOS/macOS gets uploaded (can't find sourcemaps but that's a different issue) and I can see on the Sentry platform that these debug files have been added.See image of console executing the
dart run sentry_dart_plugin
commandExpected Result
When purposely throwing an exception which is then shown on the Sentry platform. Stacktrace shows also the code of where the error happened.
See image (image is taken from Sentry website as I dot not have an example)
Actual Result
When purposely throwing an exception which is then shown on the Sentry platform. Stacktrace does not show code.
See image
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: