Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower memory footprint so iOS extension doesn't crash #4756

Open
philipphofmann opened this issue Jan 27, 2025 · 1 comment
Open

Lower memory footprint so iOS extension doesn't crash #4756

philipphofmann opened this issue Jan 27, 2025 · 1 comment

Comments

@philipphofmann
Copy link
Member

Description

According to this GH discussion #4713 (comment) @steviec can't run the Sentry Cocoa SDK in a DeviceActivityMonitor extension, because the Cocoa SDK needs to much memory so the extension crashes. The GH discussion provides more context on ideas on how to lower the memory footprint. The main goal is to reduce the memory footprint for the minimal SDK setup without SR, profiling, or tracing. Everybody would benefit from this initiative.

@philprime
Copy link
Contributor

Idea by @philipphofmann: Binary image cache might not be necessary for crashes.

This will require analysis of memory usage before changes can be proposed.

@philprime philprime moved this from Needs Discussion to Backlog in Mobile & Cross Platform SDK Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants