Ivan Dlugos
Ivan Dlugos
There are some basic runtime tests for AOT in [`integration-test/runtime.Tests.ps`](https://github.com/getsentry/sentry-dotnet/blob/79695bb9692698eae180c2cabf4f1a53bd5dc7ab/integration-test/runtime.Tests.ps1#L79) added by #2781 I've had a look at the places marked with TODO linking this issue & integration testing it...
For future investigation: I've had an idea to run the MAUI devicetest app with a NativeAOT published build. I can't try it out at the moment because we need to...
I haven't found a good label for this (tests, ci, debt, ...) so leaving unlabeled
I've had a look but have no idea where this is being set. @Swatinem ?
Maybe it would be OK to limit this to NativeAOT published app crashes? There, we have native stacktraces for all the code and symbolication works fine, we just need to...
@jamescrosswell this came up in an offline meeting. The issue with current integration tests in the dotnet repo is that they only run locally, against a fake sentry server (a...
Flutter's SDK sentry-native integration just uses upstream CMake to build things. @supervacuus WDYT? maybe we could/should add [POST_BUILD](https://cmake.org/cmake/help/latest/command/add_custom_command.html#build-events) step with `chmod +x` to crashpad?
- `sentry-dart/flutter/sentry-native/sentry-native.cmake` (which is used by `../linux/CmakeLists.txt`) appends the crashpad handler executable to `sentry_flutter_bundled_libraries` list - this list is appended to `PLUGIN_BUNDLED_LIBRARIES` by the flutter-generated `/linux/flutter/generated_plugins.cmake` - `PLUGIN_BUNDLED_LIBRARIES` is set...
Is there any concrete plan for this? I'm looking forward to build/test/restore support for slnx (also when referenced from a .slnf) so that we can update Sentry .NET SDK to...
https://pub.dev/packages/flat_buffers/versions/25.9.23 published