Jonas Uekötter

Results 93 issues of Jonas Uekötter

This PR updates the app, dependencies, and so on to be compatible with Flutter 3.3.10. This also fixes https://github.com/getsentry/sentry-mobile-release-health-app/issues/229

This adds some of the integrations which I've written. View this as an example of what can be done. I consider this as a tech demo and not as production...

Renovate is similar to dependabot but works for Dart and Flutter. This might be worth integrating to keep dependencies current. See https://github.com/renovatebot/renovate for more information

## :scroll: Description Example: https://jonas-uekotter.sentry.io/share/issue/bd0cdbab9fef4bd8bfffe13517c77288/ @buenaflor @krystofwoldrich @denrase I'm not 100% sure whether the result of the changes in this PR is correct, could you double-check whether it's correct? After...

### Request Statement We could integrate [dart_apitool](https://pub.dev/packages/dart_apitool) to detect breaking changes that are made in PRs.

infra

This RFC suggests a feature which introduces additional types of exceptions next to `mechanism.handled`. Currently, exception which cause the running software to exit are marked as `handled: false`. This isn't...

Whenever we use a `Completer` [which we do rather often](https://github.com/search?q=repo%3Acfug%2Fdio%20completer&type=code), we can annotate it with `@pragma('vm:awaiter-link')` to get better stacktraces. We should do so. An in-detail explanation for the pragma...

e: performance
e: PR welcomed

## :scroll: Description Resolves https://github.com/getsentry/sentry-dart/issues/1126 ## :bulb: Motivation and Context Context: https://github.com/getsentry/sentry-dart/issues/1126#issuecomment-2386577644 ## :green_heart: How did you test it? It's already used widely in production without any reported issues ##...

### Problem Statement I want to be able to use [spotlight](https://spotlightjs.com/) without having to add a DSN. ### Solution Brainstorm Don't throw when spotlight is enabled, but no DSN is...

Dart
Improvement

### Problem Statement [Flutter started to support the Swift Package Manager](https://medium.com/flutter/whats-new-in-flutter-3-24-6c040f87d1e4). Sentry for Flutter doesn't yet support it. [Also, CocoaPods is now in maintenance mode](https://blog.cocoapods.org/CocoaPods-Support-Plans/). ### Solution Brainstorm Add support...

enhancement
Platform: Dart