-
-
Notifications
You must be signed in to change notification settings - Fork 354
fix(sdk): Rename app start measurements to match other SDKs #2855
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
Conversation
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 338.94 ms | 354.87 ms | 15.93 ms |
| 9a3ca65+dirty | 326.93 ms | 330.14 ms | 3.21 ms |
| 86d6d2c+dirty | 332.90 ms | 352.45 ms | 19.55 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
| 9a3ca65+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
| 86d6d2c+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 1217.61 ms | 1242.66 ms | 25.05 ms |
| 9a3ca65+dirty | 1247.06 ms | 1274.58 ms | 27.52 ms |
| 86d6d2c+dirty | 1267.55 ms | 1286.21 ms | 18.66 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 2.36 MiB | 2.82 MiB | 462.86 KiB |
| 9a3ca65+dirty | 2.36 MiB | 2.82 MiB | 462.89 KiB |
| 86d6d2c+dirty | 2.36 MiB | 2.82 MiB | 462.82 KiB |
iOS (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 1234.80 ms | 1249.20 ms | 14.40 ms |
| 9a3ca65+dirty | 1276.40 ms | 1279.14 ms | 2.74 ms |
| 86d6d2c+dirty | 1291.62 ms | 1296.80 ms | 5.18 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 2.92 MiB | 3.37 MiB | 464.41 KiB |
| 9a3ca65+dirty | 2.92 MiB | 3.37 MiB | 464.32 KiB |
| 86d6d2c+dirty | 2.92 MiB | 3.37 MiB | 464.31 KiB |
Android (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 258.75 ms | 313.61 ms | 54.86 ms |
| 9a3ca65+dirty | 344.96 ms | 358.92 ms | 13.96 ms |
| 86d6d2c+dirty | 267.21 ms | 325.24 ms | 58.04 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d197b5c+dirty | 7.15 MiB | 8.09 MiB | 962.72 KiB |
| 9a3ca65+dirty | 7.15 MiB | 8.09 MiB | 962.83 KiB |
| 86d6d2c+dirty | 7.15 MiB | 8.09 MiB | 962.69 KiB |
…sentry/sentry-react-native into kw-fix-app-start-measurements-naming
marandaneto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @krystofwoldrich
|
@krystofwoldrich Are you planning on shipping this in the Thanks for the fix |
|
@fabiendem As the start-up times from the v4 can be viewed as custom measurements if your plan supports it. |
📢 Type of change
📜 Description
Renames the
app start measurementtoapp_start_warmand keeps theopasapp.start.warmto be aligned with the other mobile SDK.💡 Motivation and Context
Although the mentioned issue is closed and the main cause of the long
app start timewas resolved inI believe users are seeing
app start timesonly till sdk version4.5.0as the measurement was renamed from
app_start_warmtoapp.start.warm.💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps