Karl Heinz Struggl

Results 57 issues of Karl Heinz Struggl

### Description Investigate, if/how we can reduce the SDK's impact on app startup time. Possibly related: https://github.com/getsentry/sentry-java/issues/2751

Platform: Android

For Mobile, we recently (re)introduces Features overviews as separate Features pages. We realized that some of the content might be outdated - this issue tracks iterating and updating the content...

Platform: Cocoa

### Description The `deviceAppHash` is generated in https://github.com/getsentry/sentry-cocoa/blob/7741a2de06bd1aa1ce411c5787ff0dd7db32bde1/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m#L393 from various factors. It ends up on crash reports in `device_app_hash`. Suggestion: Look into whether it's possible to eliminate some of the...

Platform: Cocoa

### Core or SDK? Platform/SDK ### Which part? Which one? Mobile ### Description For Mobile, we recently (re)introduces Features overviews as separate Features pages. We realized that some of the...

Type: Content

### Problem Statement Our current Apollo/Apollo3 integrations don't work with Apollo4 (see https://github.com/getsentry/sentry-java/issues/3661). ### Solution Brainstorm Add support for [Apollo4](https://github.com/apollographql/apollo-kotlin/releases/tag/v4.0.0), probably as a new module. - Use migration guide: https://www.apollographql.com/docs/kotlin/migration/4.0/...

Platform: Android
Platform: Java

### Description Potential crash when stopping Profiling, more context in internal customer case doc. This is likely an issue inside of the Android Profiler that our SDK uses for Profiling,...

Type: Bug
Platform: Android
Platform: Native

- find out if we already do this - if we don't implement it like this :)

Platform: Android
Platform: Java

### Description Add a `beforeSendSpan` hook so customers can drop individual spans. JS already has [beforeSendSpan hook](https://github.com/getsentry/sentry-javascript/blob/ff0d9c15c33fbccf00143f2e09da907c6fbd1f73/packages/types/src/options.ts#L292) which uses serialized span data to be forward compatible with an only spans...

Platform: Android
Platform: Java

### Description If debug symbol files are missing or stack trace could not be symbolicated for any other reason, we currently show various warnings and alerts at the top of...

Platform: Android
Platform: Java

### Description ### Description iOS 18, tvOS 18, watchOS 11, macOS 15 are about to GA in September 2024. We should test whether our SDK works appropriately on these new...

Platform: Cocoa