sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

[SR] Add quality settings

Open romtsn opened this issue 1 year ago • 1 comments

#skip-changelog

:scroll: Description

  • I've picked a bit higher values for bps than iOS, because I've tested it and somehow 40kbps for medium looks pretty bad, especially on compose screens

:bulb: Motivation and Context

Closes https://github.com/getsentry/team-replay/issues/444

romtsn avatar Jun 24 '24 14:06 romtsn

Performance metrics :rocket:

  Plain With Sentry Diff
Startup time 403.08 ms 496.82 ms 93.74 ms
Size 1.70 MiB 2.33 MiB 643.76 KiB

Baseline results on branch: rz/feat/session-replay-urls

Startup times

Revision Plain With Sentry Diff
169b00a63608e6023f57f7943523ff8e7ddfe3b3 414.80 ms 472.69 ms 57.90 ms
21a6a6e5886c2b720e422dda0c1f246bebd8eafa 387.94 ms 455.66 ms 67.72 ms
7d84a9e9ba566d4a29234a9b07cbe955c4d07f14 362.57 ms 408.65 ms 46.08 ms
b2c07ee22cb7da5edce2f2eb1244522298e8d9bd 426.06 ms 503.42 ms 77.36 ms

App size

Revision Plain With Sentry Diff
169b00a63608e6023f57f7943523ff8e7ddfe3b3 1.70 MiB 2.33 MiB 643.23 KiB
21a6a6e5886c2b720e422dda0c1f246bebd8eafa 1.70 MiB 2.33 MiB 643.15 KiB
7d84a9e9ba566d4a29234a9b07cbe955c4d07f14 1.70 MiB 2.33 MiB 643.22 KiB
b2c07ee22cb7da5edce2f2eb1244522298e8d9bd 1.70 MiB 2.33 MiB 643.15 KiB

github-actions[bot] avatar Jun 24 '24 15:06 github-actions[bot]