Martin Haintz
Martin Haintz
Hi, I am creating screenshots with flutter drive, but no matter which device I choose, the height of the images is never correct. For `Nexus 5X` the resolution is `1080...
Hey, I am using the YoutubeExtractor Library for a couple of month now and it worked very well, but yesterday i ran into problems. I tried the Library on this[1]...
I tried building the sentry-javascript repo locally but had multiple dependency issues. Therefore I created a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers), which includes all needed dependencies. In the Dockerfile are now also all needed...
## :scroll: Description Switching to View Hierarchy for screenshot generation. ## :bulb: Motivation and Context close #1956 ## :green_heart: How did you test it? Example App and Unittests ## :pencil:...
## :scroll: Description Currently, the `Sentry Dart Plugin` does not completely support the new multi-view feature for the web. Especially the `SentryScreenshotWidget`,`SentryUserInteractionWidget` and the `WidgetsBindingIntegration`are incompatible. Therefore we deactivate these...
## :scroll: Description If `sendDefaultPii` is enabled and `maxResponseBodySize` is bigger than the responseBodySize, the body is logged in sentry. ## :bulb: Motivation and Context close #2220 ## :green_heart: How...
## :scroll: Description Instead of sending all debug images in case of errors, we only want to send the referenced debug images of the stacktrace to be sent. ## :bulb:...
## DESCRIBE YOUR PR Multi-view for web was introduced in Flutter 3.24. As the current sentry dart package is not 100% compatible with this feature I added a guide, how...