Markus Hintersteiner

Results 68 issues of Markus Hintersteiner

### Description Feature description: https://develop.sentry.dev/sdk/metrics/#meta-data As of now, languages which require symbolication are not supported. The feature itself is still in a MVP/UX research phase and thus not connected to...

Platform: Android
Platform: Java

### Description Part of an initiative to get this supported and documented by all SDKs in the same way, relevant for User Feedback: https://github.com/getsentry/sentry-docs/issues/9232 Add/link to docs under https://docs.sentry.io/platforms/android/user-feedback/ and...

Platform: Android
Platform: Java

### Description Flutter registers it's own copyAssets task, which get's wired up with the `mergeAssets` task here: https://github.com/flutter/flutter/blob/6ce591f7ea3ba827d9340ce03f7d8e3a37ebb03a/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy#L1295-L1298 Our plugin on the other hand uses assets transformer to inject the...

bug
Platform: Android

See https://developer.android.com/about/versions/15/behavior-changes-all#16-kb for more details. > Beginning with Android 15, Android supports devices that are configured to use a page size of 16 KB (16 KB devices). If your app...

Platform: Android
needs discussion

https://github.com/getsentry/sentry-java/blob/2e90ac7733c6c9b941e7c64175f3d097d1d15a37/sentry/src/main/java/io/sentry/protocol/User.java#L37

Platform: Android
Platform: Java

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

Improvement
Android

**Description** We recently received a security report about unsafe usages. Whilst there's not always a safe alternative available (especially cross-platform) we can still have a check and ensure we have...

### Description It would be great to test our sentry-compose-compiler-plugin against different versions of Kotlin, as they ship with different `kotlin-compiler-embeddable` versions, which has no stable semver API. Follow up...

Improvement
Android

Adds feature flag definition, so we can toggle the feature via flagpole. Also adds referrers which can later be used in the frontend queries.

Scope: Backend

Implements basis for https://github.com/getsentry/sentry/issues/75120

Scope: Frontend