Denis Andrašec
Denis Andrašec
## :scroll: Description Move the task queue where we limit the number of consecutive un-awaited SDK tasks to the earliest possible point in the SDK. That way we don't run...
## :scroll: Description Add the option to add a screenshot `SentryAttachment` to the `SentryFeedbackWidget` ## :bulb: Motivation and Context Closes to #1593 ## :green_heart: How did you test it? Unit...
### Description A user reported that calling sentry capture methods in fast succession is leading to issues, especially with screenshot integration. Investigate if calling the SDK mehods in tight loops...
## :scroll: Description - SDK removes sentry frames if the SDK falls back to `StackTrace.current` So we don't say that the app crashed in `stacktrace_utils.dart` anymore. Before After (More frames...
## :scroll: Description Migration: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#how-to-add-swift-package-manager-support-to-an-existing-flutter-plugin Enable SPM: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#how-to-turn-on-swift-package-manager - [x] Setup iOS project for SPM - [x] Setup macOS project for SPM - [ ] Update plugin to import Hybrid...
## :scroll: Description Test if 16KB page sizes can be supported ## :bulb: Motivation and Context Relates to [#2237](https://github.com/getsentry/sentry-dart/issues/2237) ## :green_heart: How did you test it? ## :pencil: Checklist -...
The solution of a users issue in #304 was setting `upload_debug_symbols=true`. According to docs, this value is true by default and does not need to be set. Investigate why this...
## :scroll: Description set `upload_sourcemaps` to true by default ## :bulb: Motivation and Context Closes #311 ## :green_heart: How did you test it? Updated unit tests. ## :pencil: Checklist -...
## :scroll: Description - Adds `SentryLog`, `SentryLogAttribute` and `SentryLogLevel` classes - Implements `Serialization/Deserialization` - Removes unused/deprecated `SentryLogLovel` enum - Renames previously named `SentryLog.swift` used for internal logging to `SentryLogSwift.swift` -...
## :scroll: Description - ~pick screenshot~ - take screenshot - feedback options | Widget | Take | Remove | | - | - | - | |  | ...