Jonas Uekötter
Jonas Uekötter
### Description This came out of this comment: https://github.com/getsentry/sentry-dart/pull/1038/#discussion_r985250223
### Description This check here https://github.com/getsentry/sentry-dart/blob/ab3023814195ce35814d3c87ed0fb09a2e255d7e/dart/lib/src/platform_checker.dart#L8 needs to be made compatible with WASM. Otherwise, it might report the wrong value. See also https://github.com/flutter/flutter/pull/112122 I guess something like the following code...
**Describe the bug** We see the following issue in production:  **To Reproduce** Unfortunately, I don't know how to reproduce this issue. **Expected behavior** The...
It would be nice if this package could support the Net Promoter Score. More information at https://en.m.wikipedia.org/wiki/Net_promoter_score
## Steps to Reproduce 1. Create an application on iOS with the [video_player](https://pub.dev/packages/video_player) 2. Use a server which does not support [HTTP range header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) 3. Try to play a video...
### Request Statement We should add a CI job, which ensures that a PR always adds a changelog entry. We can avoid things like [this](https://github.com/cfug/dio/pull/1659) follow-up by doing that.
**Description** I'm currently experimenting with automatic performance tracing for blocs. For that I would like to hook somehow into blocs easily. I'm especially interested in tracing the time an [`EventHandler`](https://pub.dev/documentation/bloc/latest/bloc/EventHandler.html)...
### DCM version unrelated to the version ### What problem do you want to solve? I would like to see support for the CRAP metric. The metric basically assigns a...
### Plugin package_info_plus ### Use case Using FFI and JNI for package_info_plus allows the API to be sync instead of async. This makes the API usage much more ergonomic. ###...