Ivan Tustanivskyi
Ivan Tustanivskyi
In order to resolve this issue for iOS https://github.com/getsentry/sentry-cocoa/issues/2325 has to be completed first (more details in https://github.com/getsentry/sentry-cocoa/issues/2650)
Introducing a similar feature to `sentry-native` first could greatly help with supporting attachments in UE plugin on Windows. Apparently, some work in this regard has already been done (https://github.com/getsentry/sentry-native/pull/433).
@gid-sentry We're somewhat limited in terms of what can be done on Unreal's side of things to enable adding attachments on Windows. The key problem is that the `sentry-native` integration...
@dachakra The feature is still under consideration and currently there is no ETA when it might be ready. Adding the game log to captured events is the only type of...
Since both Linux and Windows relies on the same implementation I think the answer is yes. However [consoles support](https://github.com/getsentry/sentry-unreal/issues/32) is a completely separate thing so currently I can't give you...
Linux custom transport was removed in #748 so modifying engine's `IHttpRequest` to enable proxy support should be no longer required.
@namnq-sipher @kestye Currently to use the plugin on Linux platforms we're relying on static [sentry-native](https://github.com/getsentry/sentry-native) libs for which we currently don't have a proper mechanism allowing to build their `arm64`-compatible...
@slsewall Please try this [download link](https://github.com/getsentry/sentry-unreal/actions/runs/9772937883/artifacts/1662746159). Also, note the `support/linux-static-libs` branch was updated to the current `main` state
> Unfortunately that didn't work for me, I may need to drop Sentry for now until you guys get LinuxArm support out of the box as I don't really have...
Currently, the new `ubuntu-latest-4-cores-arm64` runner, which we're using to build `sentry-native` in CI to enable arm64 support for the UE plugin, has Ubuntu 24.04. This causes some compatibility issues between...