Ivan Dlugos
Ivan Dlugos
Symbolicator PR: https://github.com/getsentry/symbolicator/pull/996 - deployed to sentry.io on 2023-30-01 Sentry CLI PR: https://github.com/getsentry/sentry-cli/pull/1440 ... released in SentryCLI v2.12
Both options work now on sentry.io * `--include-sources` flag to sentry-cli v 2.12.0 (@mattjohnsonpint maybe a follow up would be to provide this option for users of the msbuild built-in...
AFAIK it won't update the original comment on a merged PR since it's kinda "useless" at that point - but if you have the codecov collection running on the main...
Instead of relying on a solution-based configuration, which doesn't get triggered when you build individual projects, e.g. `dotnet build samples/....`, we could maybe use this: https://git-scm.com/docs/git-config#Documentation/git-config.txt-submodulerecurse (@jamescrosswell linked this a...
Thanks a lot! Can you maybe add a test schema to dart directory and regenerate with the new flatc? You just need to compile flatc and run test/DartTest.sh That way...
I agree that `flutter build ios` may be confusing. Even though the [release docs](https://docs.flutter.dev/deployment/ios) say to use `flutter build ipa`, just plain intuition & naming convention when building for multiple...
What about a Dart library wrapping a C library using FFI. The C library is pre-compiled and available for "all" platforms, desktop as well as Android/iOS. How can this be...
> I've been able to manually create a flutter app example that depends on the dart-library but I had to add an `implementation` dependency on the `aar` package directly to...
To me, this doesn't look like a bug - as long as there's no industry-wide standard that defines that a hexadecimal string representation must be in a given format. Yes,...
I'd vote for closing this as out-of-scope, considering [`dump_syms`](https://github.com/mozilla/dump_syms) existence.