Ivan Dlugos
Ivan Dlugos
I've updated the respective issues in [Unreal](https://github.com/getsentry/sentry-unreal/issues/95) & [Unity](https://github.com/getsentry/sentry-unity/issues/950) with the info that we need to use `PrivateSentrySDKOnly`. What is missing with the current code, however, is the option to...
It's not about using it to run tests on device. Verify is already in use for some assertions in sentry-dotnet. The problem is that when you run the same tests...
An update: v17.2.0 fixed the error above but I've found another one - Verify is trying to create directories, which causes tests to fail on Android. for example this sentry-dotnet...
> @vaind want to have a go at a PR to fix this? No clue what the right approach should be... maybe Verify shouldn't even be used in this case?...
So are maintainers open to a PR adding a new "l/lite" images? I can prepare the PR if there's a reasonable chance it's going to get merged.
The latest PR is https://dart-review.googlesource.com/c/sdk/+/250381
> I see that the PRs were merged? So are we now able to upload debug files for flutter builds with `--obfuscate` and `--split-debug-info` for iOS apps? If yes, can...
I've added missing tests in the Flutter PR and then tried macOS which shares some of the code and it didn't work. Tess Strickland is making changes in the dart...
The Flutter tool PR [is being merged](https://github.com/flutter/flutter/commit/723b82e4f0f3652dfaffb6e9bbc714e069da2976) now so unless something prevents that, the dSYM generation be available soon on the master channel. I'm updating the sentry-dart PR so we'll...
Some user-doc info on `Hint`: https://docs.sentry.io/platforms/java/configuration/filtering/ How it's used to add screenshot attachments in sentry-java: https://github.com/getsentry/sentry-java/blob/6270232e48719ccbba243a02a6107413fcdbd6df/sentry-android-core/src/main/java/io/sentry/android/core/ScreenshotEventProcessor.java#L95 And also how users can remove the screenshot in BeforeSend: https://github.com/getsentry/sentry-java/pull/2046/files#diff-f2e9a27fd40ccf0ccec3a5f45afc8d2375d5d72826bd39f38bb4c3f58b988603R1875