Jeff Ward

Results 127 comments of Jeff Ward

Okay, I accidentally broke this in my own install, and have found a solution that fixed things for me. If you are using `rvm`, `rbenv`, `chruby` or similar, and you...

Hi @brunck , There is a possible work around for you by utilizing the `flutter-symbols upload` command ([docs](https://github.com/DataDog/datadog-ci/tree/master/src/commands/flutter-symbols)). The command is tailored to find all of the files in locations...

Yes, community contributions are absolutely accepted.

Hey @CycloneRing -- The alternative is cloning and building [this](https://github.com/fuzzybinary/dart_shared_libray) or downloading the artifacts from the github actions (which only started working recently). I'll leave them in for now, but...

Binaries have been removed and instructions updated. I haven't modified history so unfortunately the repo size will likely remain big for a bit but it shouldn't get any worse.

You might want to wait on this for 2.13.1.

Hi @feinstein The reason this is not supported is because it could result in resolving to multiple mapping files, which would not be valid. We could perform the glob lookup...

For `datadog-ci` there's a parameter `--flavor`, which would be the same parameter you're specifying to `flutter build` (if that's how you're specifying flavor in the application at build time).

Hi @KarlChow92, I'll take a look at this. I think what's happening is the command summary is actually telling you it uploaded 1 (iOS) or 2 (iOS and Dart) platforms...

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`?