-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Install the Flutter SDK in a Flutter app
- Upload the .dart source code to Sentry
- Send a test event to Sentry
Expected Result
The stack trace has source code context added based on the upload files.
Actual Result
Source context is not applied to the event.
The code is not minified and build using ShoreBird.
The stack trace abs_paths is: app:///http/skydart_roster_update.dart:109:7
The uploaded file to the event's release is: ~/http/skydart_roster_update.dart
Files are uploaded using sentry dart plugin:
sentry_dart_plugin: ^2.4.0
sentry:
project: [redacted]
org: [redacted]
auth_token: [redacted]
upload_source_maps: true
upload_sources: true
This issue seems to be limited to .dart stack traces. The same process was done with a .js stack trace as test and the uploaded source context was applied to the event.
The issue was originally reported on this internal ticket.
Product Area
Issues - Source Maps
Link
No response
DSN
No response
Version
No response
talas9 and SiongSng
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status