Ivan Dlugos
Ivan Dlugos
While adding tests to #6682, I've found out `struct` (fixed size) writing doesn't produce the right buffer. Can be reproduced by adding a check to an existing test case -...
* part of https://github.com/getsentry/team-mobile/issues/5 * closes https://github.com/getsentry/sentry-java/issues/1965 ## Approach and scope of this PR See my notes below on Macrobenchmark - after facing issues trying to get it to work...
### Problem Statement While working on [a similar feature for sentry-unity SDK](https://github.com/getsentry/sentry-unity/issues/650), I've noticed some context is synced to native crashes (namely Device) while the App context is missing. It...
C-API v0.15 brought the support of a "unique-on-conflict-replace" strategy. This issue is to track interest in bringing the feature to Go.
C-API v0.15 brought the support of a flexible field type to ObjectBox. This issue is to track interest in bringing the feature to Go.
Support embedded sync-server as provided by the c-api in `objectbox-sync.h`
Investigate whether/how we can support cross-compilation, e.g. compiling for Linux on macOS. Please upvote this issue if you find it important.
## :scroll: Description See the overall issue at https://github.com/getsentry/team-mobile/issues/5 and the sibling PR at sentry-java for the approach & some more details: https://github.com/getsentry/sentry-java/pull/2171 ## :bulb: Motivation and Context ## :green_heart:...
### Description There are a lot of issues per day (~3.3k for the last 24 hours) seemingly related to benchmarks. I'd suggest disabling ANR detection in the benchmark run. See...
#### Is the feature request related to a problem Trying to run tests through MAUI on device in https://github.com/getsentry/sentry-dotnet/pull/1703 - usage of Verify fails with https://github.com/VerifyTests/Verify/blob/78880d64e5469dcf6ec537ba53d51e63ed047ab7/src/Verify/Naming/Namer.cs#L130 #### Describe the solution...