Karl Heinz Struggl
Karl Heinz Struggl
### Problem Statement Currently, [unmasking a component](https://docs.sentry.io/platforms/react-native/session-replay/privacy/#general-masking-rules) affects only the component directly wrapped with ``. For some use cases where the actual text components are two or more levels down...
see https://github.com/getsentry/team-mobile/issues/59 --- Often Hybrid SDKs have to create data classes out of a Map, See: https://github.com/getsentry/sentry-dart/blob/b8b9b7b2608c35e4a3f7340ae9d2f0e9c06d984f/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt#L272-L286 Android and iOS expose extension methods for this, such as, use it in...
### Description Related issue for Cocoa: [https://github.com/getsentry/sentry-cocoa/issues/5660](https://github.com/getsentry/sentry-cocoa/issues/5660) We need to ensure that Logs are persisted correctly so that unsent Logs don't get lost when the app crashes.
[https://github.com/apple/swift-log](https://github.com/apple/swift-log) as requested in [COCOA-331](https://linear.app/getsentry/issue/COCOA-331/sentry-structured-logging-for-cocoa-ios)
We need to ensure that Logs are persisted/flushed correctly so that unsent Logs don't get lost when the app crashes.
We need to ensure that Logs are persisted/flushed correctly so that unsent Logs don't get lost when the app crashes.
### Core or SDK? Platform/SDK ### Which part? Which one? sentry-react-native ### Description The docs on how/why to add `Sentry.withProfiler` on https://docs.sentry.io/platforms/react-native/performance/instrumentation/automatic-instrumentation/#react-profiler are easy to miss. Failure to set this...
### Core or SDK? Platform/SDK ### Which part? Which one? Native ### Description The Consent feature is currently not documented for Native. ### Suggested Solution - add new page under...
We're establishing Sentry as monitoring solution for game devs - we have good support for engines (Unreal, Unity, Godot) and consoles. Devs who don't use the engines can use sentry-native...
Review implementation for any truncation of event data (e.g., error titles, stack frames, local variables). Remove truncation where possible so that Relay handles length limits and marks truncated content clearly...