Configuration options for smallest footprint? #4713
-
I'm attempting to run Sentry within an iOS extensions that has extreme memory footprint limits (6MB). When including Sentry, it increases my footprint by over 1MB, which is too much for my use case. I only use Sentry to detect crashes right now, and I'd like to know if there are other configuration options I can set that lead to the smallest possible memory footprint. Here's my current config:
Do you happen to know the small possible footprint that Sentry could consume? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
You could add using only the Crash and Breadcrumb integration with this
That's the smallest you can go right now. If this is still not enough, we could improve the overall footprint of the SDK, which is a major initiative and would take some time. |
Beta Was this translation helpful? Give feedback.
You could add using only the Crash and Breadcrumb integration with this
That's the smallest you can go right now. If this is still not enough, we could improve the overall footprint of the SDK, which is a major initiative and would take some time.