Philipp Hofmann

Results 178 issues of 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...

Type: Feature Request
Impact: Small
Effort: Medium
Status: Backlog
Platform: Cocoa

### 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...

Type: Enhancement
Impact: Small
Effort: Small
Status: Backlog
Component: API
Platform: Cocoa

### 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...

Type: Feature Request
Component: Performance
Impact: Large
Effort: Medium
Status: Backlog
Platform: Cocoa

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...

Impact: Medium
Effort: Large
Status: Backlog
Platform: Cocoa

[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.

Platform: Cocoa
Platform: Android
repository maintenance
Status: Backlog
Effort: Medium
Impact: Medium
Platform: React-Native

https://api.flutter.dev/flutter/widgets/GestureDetector-class.html Related to https://github.com/getsentry/sentry-dart/issues/706

flutter
Impact: Medium
Effort: Medium
Platform: Dart

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

Feature

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...

Feature

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. ---...

Documentation Suggestion
App Center Test
vs-appcenter/svc
Pri2
app-center-test/subsvc

### 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...

Platform: Cocoa
Status: Backlog
Team: Mobile Platform