Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New arch info to event contexts #2552

Merged
merged 11 commits into from Oct 19, 2022
Merged

New arch info to event contexts #2552

merged 11 commits into from Oct 19, 2022

Conversation

krystofwoldrich
Copy link
Member

@krystofwoldrich krystofwoldrich commented Oct 18, 2022

馃摙 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

馃摐 Description

Send react-native specific runtime information in event contexts.

馃挕 Motivation and Context

Closes: #2162

馃挌 How did you test it?

I've checked on sentry.io that the data is present.

馃摑 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

馃敭 Next steps

@krystofwoldrich krystofwoldrich changed the base branch from main to 5.0.0 October 18, 2022 11:39
CHANGELOG.md Outdated Show resolved Hide resolved
src/js/sdk.tsx Outdated Show resolved Hide resolved
@marandaneto
Copy link
Contributor

Would be possible to add tests for these changes?

@github-actions
Copy link
Contributor

github-actions bot commented Oct 18, 2022

Android Performance metrics 馃殌

Plain With Sentry Diff
Startup time 365.86 ms 380.12 ms 14.26 ms
Size 25.82 MiB 27.83 MiB 2.01 MiB

Baseline results on branch: 5.0.0

Startup times

Revision Plain With Sentry Diff
b5eddfa 346.86 ms 367.67 ms 20.82 ms
70013c7 344.17 ms 358.76 ms 14.59 ms
3dd1a5b 337.06 ms 344.50 ms 7.44 ms
cc863df 331.40 ms 350.44 ms 19.04 ms
b4d768b 316.47 ms 334.06 ms 17.59 ms
2a133c2 336.00 ms 341.78 ms 5.78 ms
17717b8 315.32 ms 329.42 ms 14.10 ms

App size

Revision Plain With Sentry Diff
b5eddfa 25.82 MiB 27.86 MiB 2.04 MiB
70013c7 25.82 MiB 27.83 MiB 2.01 MiB
3dd1a5b 25.82 MiB 27.83 MiB 2.01 MiB
cc863df 25.82 MiB 27.83 MiB 2.01 MiB
b4d768b 25.82 MiB 27.86 MiB 2.04 MiB
2a133c2 25.82 MiB 27.86 MiB 2.04 MiB
17717b8 25.82 MiB 27.86 MiB 2.04 MiB

Previous results on branch: new-arch-to-context

Startup times

Revision Plain With Sentry Diff
58abe4d 351.35 ms 364.67 ms 13.33 ms
05cc1f4 376.80 ms 376.88 ms 0.08 ms

App size

Revision Plain With Sentry Diff
58abe4d 25.82 MiB 27.83 MiB 2.01 MiB
05cc1f4 25.82 MiB 27.83 MiB 2.01 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Oct 18, 2022

iOS Performance metrics 馃殌

Plain With Sentry Diff
Startup time 1266.06 ms 1280.48 ms 14.42 ms
Size 1.08 MiB 1.44 MiB 371.66 KiB

Baseline results on branch: 5.0.0

Startup times

Revision Plain With Sentry Diff
b5eddfa 1252.54 ms 1254.76 ms 2.22 ms
70013c7 1237.84 ms 1258.46 ms 20.62 ms
3dd1a5b 1272.44 ms 1292.88 ms 20.44 ms
cc863df 1256.06 ms 1263.54 ms 7.48 ms
b4d768b 1236.63 ms 1257.16 ms 20.53 ms
2a133c2 1232.78 ms 1238.56 ms 5.78 ms
17717b8 1264.14 ms 1269.94 ms 5.80 ms

App size

Revision Plain With Sentry Diff
b5eddfa 1.08 MiB 1.44 MiB 367.28 KiB
70013c7 1.08 MiB 1.44 MiB 371.41 KiB
3dd1a5b 1.08 MiB 1.44 MiB 371.41 KiB
cc863df 1.08 MiB 1.44 MiB 371.41 KiB
b4d768b 1.08 MiB 1.44 MiB 370.50 KiB
2a133c2 1.08 MiB 1.44 MiB 370.49 KiB
17717b8 1.08 MiB 1.44 MiB 363.17 KiB

Previous results on branch: new-arch-to-context

Startup times

Revision Plain With Sentry Diff
58abe4d 1232.51 ms 1264.12 ms 31.61 ms
05cc1f4 1248.80 ms 1271.18 ms 22.38 ms

App size

Revision Plain With Sentry Diff
58abe4d 1.08 MiB 1.44 MiB 371.66 KiB
05cc1f4 1.08 MiB 1.44 MiB 371.65 KiB

@krystofwoldrich
Copy link
Member Author

@marandaneto Tests added.

CHANGELOG.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants