datadog-ci icon indicating copy to clipboard operation
datadog-ci copied to clipboard

[Flutter web] Unable to see code snippets

Open matiasleyba opened this issue 9 months ago • 3 comments

Bug description

Bug description

After uploading JS source maps correctly I still see the logs minified.

image

Command to build web application:

flutter build web --release -t lib/main_development.dart --source-maps --build-number=7 --dart-define=FLUTTER_WEB_USE_SKIA=true --dart-define=.....

Command to update symbols:

datadog-ci flutter-symbols upload --service-name flutter-app --dart-symbols-location ./debug-info --android-mapping-location build/app/outputs/mapping/developmentRelease/mapping.txt --ios-dsyms --web-sourcemaps --minified-path-prefix /

output: image

Describe what you expected

No response

Steps to reproduce the issue

No response

Additional context

No response

Command

flutter-symbols

matiasleyba avatar May 29 '24 20:05 matiasleyba