Markus Hintersteiner

Results 313 comments of Markus Hintersteiner

In the meantime our existing `beforeBreadcrumb()` callback could be used to filter out specific lifecycle Activity breadcrumbs.

Let's ensure we consider other SDKs here as well.

@zhukic thanks for reaching out! Yes, that's something we've been considering for a while, let me discuss this internally! In the meantime you could utilize `EventProcessors` to add your custom...

@zhukic could you describe your use-case a bit more in detail? Which kind of operations do you want to measure? Is it mainly about the execution of `Application.onCreate()`?

@zhukic Glad it's working for you! Actually it should be safer to use `BeforeSendTransactionCallback` instead of a custom `EventProcessor`, as the `BeforeSendTransactionCallback` is executed after all processors.

Some more considerations: * For ViewPager we could determine if a fragment is visible or not based on the `.getGlobalVisibleRect()` API * If a fragment takes up most of the...

@vinayak-bm-ai thanks for sharing all the details! I took a look at the attached stacktrace, and there's no sentry symbol involved in the crashing thread. Why do you think this...

@vinayak-bm-ai thanks for sharing all the details. Unfortunately I still don't see how this issue is related to sentry. Yes, there was a similar issue in combination with sentry in...

> We managed to temporary fix the issue removing profilesSampleRate as [@markushi](https://github.com/markushi) suggests. Glad to hear this helped! It's worth mentioning that we've opened several bug reports and PRs to...

Just to double check: @krystofwoldrich there's no known issue around native crashes due to RN profiling, right?