We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description
After uploading JS source maps correctly I still see the logs minified.
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:
No response
flutter-symbols
The text was updated successfully, but these errors were encountered:
Hi @matiasleyba,
Can you try setting your minified-path-prefix to the full URL that you'll be deploying to, in this case https://app-dev.{etc}.com?
minified-path-prefix
https://app-dev.{etc}.com
Sorry, something went wrong.
Hi @matiasleyba, Can you try setting your minified-path-prefix to the full URL that you'll be deploying to, in this case https://app-dev.{etc}.com?
@fuzzybinary I deployed a new version and updated minified-path-prefix to use the full URL, but got the same result.
cli output:
Hi @matiasleyba
I can't see anything obvious that could be wrong. Can you open a support ticket with Datadog so we can gather some more information?
No branches or pull requests
Bug description
Bug description
After uploading JS source maps correctly I still see the logs minified.
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:
Describe what you expected
No response
Steps to reproduce the issue
No response
Additional context
No response
Command
flutter-symbols
The text was updated successfully, but these errors were encountered: