getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
330 stars 1.45k forks source link

Document binary size for mobile SDKS #6897

Open philipphofmann opened 1 year ago

philipphofmann commented 1 year ago

Core or SDK?

Platform/SDK

Which part? Which one?

All mobile

Description

Users keep asking what the binary size of the SDKs is. We have some automation calculating the size overhead for most of our mobile SDKs, which adds the size as a comment to PRs.

Suggested Solution

Ideally, we would update this data with every release in the docs, but we can start with putting a hard-coded value per SDK somewhere in the docs.

philipphofmann commented 1 year ago

Related to https://github.com/getsentry/team-mobile/issues/5.

brustolin commented 1 year ago

We need to test whether dynamic linking has a different impact on the size.

markushi commented 1 year ago

Let's talk with Francesco from the web team - they did something similar (posting on GH release page). Also explain how the numbers are calculated.

markushi commented 1 year ago

As a first step: hardcode it and update it regularly.

romtsn commented 1 year ago

Another option could be to update the release registry with the bundle size information, then it'd be automatically updated on the docs for every release.

github-actions[bot] commented 1 year ago

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

kahest commented 7 months ago

related: https://github.com/getsentry/sentry-docs/issues/7408