Skip to content

Commit 9feef15

Browse files
authored
docs(flutter): Document sdk size overhead (#12560)
1 parent 6d5899f commit 9feef15

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/platforms/dart/overhead/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa
3131
## Tracing and Performance Monitoring
3232

3333
As stated in our <Link to="/product/performance/performance-overhead">product docs on the topic</Link>, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization.
34+
35+
## SDK Size
36+
37+
The Sentry SDK for Dart adds approximately 1-1.5 MB to an app's binary size. The exact impact depends on multiple factors, including the device architecture.

docs/platforms/flutter/overhead/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ As stated in our <Link to="/product/performance/performance-overhead">product do
4141
## Profiling
4242

4343
As stated in our <Link to="/product/explore/profiling/performance-overhead">product docs on the topic</Link>, Profiling adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 5% of the app's resource utilization.
44+
45+
## SDK Size
46+
47+
The Sentry SDK for Flutter adds approximately 1-1.5 MB to an app's binary size. The exact impact depends on multiple factors, including the device architecture.

0 commit comments

Comments
 (0)