Jonas Uekötter

Results 236 comments of Jonas Uekötter

No, I'm not knowledgeable enough on that topic. I've just stumbled across this missing pieces while working on https://github.com/getsentry/sentry-dart/pull/203

On the Flutter side of https://github.com/getsentry/sentry-dart there are the following breadcrumbs: # 🗺 Navigation With the following extra data fields `state`, `to_arguments`, `from_arguments`. Also every data field is optional. The...

Sentry frontend code for reference - https://github.com/getsentry/sentry/blob/ea47737d936fcc1aea2ca051b714f6a58a3ae923/static/app/types/breadcrumbs.tsx

So what exactly would need to be done here? - [ ] Collect all the different kinds of Breadcrumbs across repos. For example - [x] [Dart & Flutter](https://github.com/getsentry/sentry-dart/search?q=breadcrumb) - [x]...

# Dart & Flutter Already documented above # Java ## Device Orientation https://github.com/getsentry/sentry-java/blob/e1a7226bead691b2a824332f3d3a0930e68e33cc/sentry-android-core/src/main/java/io/sentry/android/core/AppComponentsBreadcrumbsIntegration.java#L89-L94 ```java final Breadcrumb breadcrumb = new Breadcrumb(); breadcrumb.setType("navigation"); breadcrumb.setCategory("device.orientation"); breadcrumb.setData("position", orientation); breadcrumb.setLevel(SentryLevel.INFO); ``` ## Low Memory https://github.com/getsentry/sentry-java/blob/e1a7226bead691b2a824332f3d3a0930e68e33cc/sentry-android-core/src/main/java/io/sentry/android/core/AppComponentsBreadcrumbsIntegration.java#L108-L133...

This is related to https://github.com/dart-lang/pub-dev/issues/2714

I'm currently on vacation, but I'll try to get some more details when I'm back next week

We're using the plugin for two years already. Not sure, what the first version with the issue is, though. We still get the issue with the current, latest version (`17.1.2`):...

> My question was asking about the earliest/first version of the plugin that your app uses in general. That is, it's not about the first version with this issue. Presumably,...

Tagging @matanlurey since [he told me to do so](https://x.com/MatanLurey/status/1781057874829172914)