Markus Hintersteiner

Results 68 issues of Markus Hintersteiner

## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [ ] Checked Vercel...

Stale

Relevant `sentry-java` PR: https://github.com/getsentry/sentry-java/pull/3189

**Description** The Google Play SDK console is reporting some sentry-android-ndk related crashes. Unfortunately there aren't a lot of details, but maybe the backtraces can provide some context. - [ ]...

bug
Platform: Android
backend: inproc
area: core
area: backend
Platform: Native

## :scroll: Description Fixes https://github.com/getsentry/sentry-react-native/issues/3644 The task tree for a simple flutter app, without our sentry plugin being applied looks like this: `compileReleaseKotlin->processReleaseResources->copyFlutterAssetsRelease->mergeReleaseAssets` Right now our `generateDebugMetaProperties` depends on both...

## :scroll: Description Fixes https://github.com/getsentry/sentry-android-gradle-plugin/issues/661 ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code - [...

### Problem Statement Since we're using composite builds sharing buildSrc code between projects [caused some troubles in the past](https://github.com/getsentry/sentry-android-gradle-plugin/pull/482/files#diff-4761c5069b46ce96f49d74476da61f43ced3abc73d22254cd95a2be0e250a593R48). ### Solution Brainstorm Utilize sharing dependency versions using toml files, details...

enhancement
Platform: Android

### Integration sentry-android ### Build System Gradle ### AGP Version unknown ### Proguard Enabled ### Version unknown ### Steps to Reproduce 1. Use [ViewPager2](https://developer.android.com/jetpack/androidx/releases/viewpager2) 2. Enable performance and our [FragmentLifecycleIntegration](https://github.com/getsentry/sentry-java/blob/main/sentry-android-fragment/src/main/java/io/sentry/android/fragment/FragmentLifecycleIntegration.kt)...

Type: Bug
Platform: Android
Sync: Jira

## :scroll: Description Attaches the ttid/ttfd contribution flags to all spans within a txn, if the txn contains a ttid/ttfd span. ## :bulb: Motivation and Context Relevant docs PR: https://github.com/getsentry/develop/pull/1250/files...

## :scroll: Description An attempt to see what works / is broken, as well if this may resolves our stuck github runners. ## :bulb: Motivation and Context ## :green_heart: How...