Denis Andrašec

Results 175 comments of Denis Andrašec

@buenaflor Seems to work to me as intended. Was suspecting that `willResignActive` was not always called, but we are using it correctly with the notification. https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1622950-applicationwillresignactive How large is the...

# When is last in foreground written? Tried again when the last in foreground timestamp is written. - Phone is locked - Entering multitasking - Going to the home screen...

@buenaflor Tried again and checked apple docs, but i don't see a normal user path wehre this might happen. So I just put this in 'Needs More Information'. Do we...

@buenaflor I tried both `dio` and `http` with our sample app an network link conditioner set to 100% loss, but could not provoke any abnormal sessions.

Works as expected when provoking a crash on the plugin side. The session is detected as crashed on the next start, the cached session deleted, crash reported.

Could reproduce this issue for static `Sentry` using SPM. When using `Sentry-Dynamic`, the issue disappears and the `Sertny.framework.dSYM` is part of the archive. ![Image](https://github.com/user-attachments/assets/ad749a61-16d5-452e-94e4-c47150834179) ![Image](https://github.com/user-attachments/assets/e744f5f8-444b-4468-a361-b7e42b030e26) Also found this [stackoverflow post](https://stackoverflow.com/a/73726928),...

@naresh-fluidra You can try out sentry-dart `8.11.0-beta.1` which bumped sentry-java to `7.18.0`. We'd love to have some feedback if everything is working as expected.

@buenaflor Used the mapping below, as these seemed the most appropriate accodring to the documentation. WDYT? Used - app_memory -> **currentRss** Optional. Amount of memory used by the application in...

There's a package to get more system info we could look into: https://pub.dev/packages/system_info2

Here's how it checks for physical memory info on different platforms. https://github.com/onepub-dev/system_info/blob/8a9bf6b8eb7c86a09b3c3df4bf6d7fa5a6b50732/lib/src/platform/memory.dart#L73