Markus Hintersteiner
Markus Hintersteiner
A mobile module providing an entry point, top level metrics and the ability to drill deeper into app starts, screen loads and UI jank. Internal [notion doc for feedback](https://www.notion.so/sentry/Mobile-Vitals-Feedback-0e136e5cd0784c3192beeae3dd4db085) here....
## :scroll: Description Adds verification file. I did some manual testing, the file ends up in the packaged `.aar` inside `classes.jar/META-INF/`.
### Description Related `sentry-native` issue: https://github.com/getsentry/sentry-native/issues/989 Android 15 devices with page size 16kb enabled, will face a startup crash when using our Sentry SDK. As outlined here, https://github.com/getsentry/sentry-native/pull/1028 NDK 27...
## :scroll: Description Configures all relevant builds to use 16KB page size, inspired by https://github.com/getsentry/sentry-native/pull/1028. ## :bulb: Motivation and Context This fixes the `7.x` `sentry-android` SDK side of https://github.com/getsentry/sentry-native/issues/989. ##...
### Description Add docs on how to clone a scope and how to use it within another SDK.
Let's provide only the English locale by default and let the user override all labels [as described in the docs](https://docs.sentry.io/platforms/javascript/user-feedback/configuration/).
### Description Add new API, as well as implement new Protocol definition
### Description Also don't forget about the docs.
### Description Just like `TracesSamplerCallback`, we want to have a callback capable sampling errors. This feature already exists in our [Python SDK](https://docs.sentry.io/platforms/python/configuration/sampling/#dynamically-sampling-error-events). ```Python sentry_sdk.init( # ... error_sampler=my_sampler, ) ``` Right...
## :scroll: Description ## :bulb: Motivation and Context Implements basics for https://github.com/getsentry/sentry-java/issues/3545 ## :green_heart: How did you test it? Added unit tests ## :pencil: Checklist - [ ] I reviewed...