Philipp Hofmann
Philipp Hofmann
The unified API states that the SDK should offer `flush` to flush all queued events; see https://develop.sentry.dev/sdk/unified-api/#client. Checkout the implementation, for example, of [.NET](https://github.com/getsentry/sentry-dotnet/blob/69126250838daf1f4489bfeae9c538f5f4dd1a98/src/Sentry/SentrySdk.cs#L111) as a reference. Please upvote if...
### Description The SDK integrations are somehow broken and not aligned with other SDKs as Java or [Dart](https://github.com/getsentry/sentry-dart/blob/main/dart/lib/src/default_integrations.dart#L91). Some integrations contain multiple features and it's impossible to know which features...
### Problem Statement Currently, our app start measures [time-to-initial-display](https://developer.android.com/topic/performance/vitals/launch-time#time-initial). For users [time-to-fully-display](https://developer.android.com/topic/performance/vitals/launch-time#time-full) is also important as it can take way longer until an app is fully loaded. ### Solution Brainstorm...
Attaching the hierarchy of SwiftUI to events can be helpful for debugging. Check out this excellent use case on [Twitter](https://twitter.com/sowenjub/status/1471927629745848320). We still need to discuss and find out how such...
[RNSentry.m](https://github.com/getsentry/sentry-react-native/blob/master/ios/RNSentry.m) has no tests. We could add a layer of abstraction, unit tests in Swift and run them in CI to validate its functionality.
https://api.flutter.dev/flutter/widgets/GestureDetector-class.html Related to https://github.com/getsentry/sentry-dart/issues/706
The attachments should offer a flag `addToTransactions`, that specific if the attachment is added to transactions or not. The default should be `false`. See https://develop.sentry.dev/sdk/features/#attachments Related to https://github.com/getsentry/sentry-java/issues/1185
Add a callback onCrashedLastRun to SentryOptions that is called by the SDK passing the event when Sentry is initialized and the last program execution terminated with a crash. PR in...
The note on `Xcode 12 and iOS 14 are available now!` seems outdated or obsolete. I think it should state that Xcode 13 and iOS 15 are available now. ---...
### Core or SDK? Platform/SDK ### Which part? Which one? Apple ### Description I would like to have an overview in the docs of all the experimental features of the...