flutter-symbols upload
doesn't support glob patterns for android-mapping-location
#1413
Labels
enhancement
New feature or request
Bug description
If I try to run
I get this error:
But if I specify the full path for the
mapping.txt
it works fine.I think the bug is in here: https://github.com/DataDog/datadog-ci/blob/master/src/commands/flutter-symbols/upload.ts#L512, and this code already imports
glob
, so it should be an easy fix.Describe what you expected
I expected to be able to provide globs in the android mapping location, as it can change depending on the flavor or artifact type (apk or appbundle) we are building.
Steps to reproduce the issue
No response
Additional context
No response
Command
flutter-symbols
The text was updated successfully, but these errors were encountered: