Skip to content

Upgrade sentry dart plugin #1365

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

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Upgrade sentry dart plugin #1365

merged 1 commit into from
Mar 29, 2023

Conversation

marandaneto
Copy link
Contributor

📜 Description

#skip-changelog

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPii is enabled
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@@ -42,10 +42,10 @@ flutter:
- assets/sentry-wordmark.png

sentry:
upload_native_symbols: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already enabled by default

upload_source_maps: true
include_native_sources: true
upload_sources: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed.

project: sentry-flutter
org: sentry-sdks
wait_for_processing: true
commits: true
ignore_missing: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of squash/merge and commits:true

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.13 🎉

Comparison is base (0be962b) 89.90% compared to head (b2343c4) 91.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1365      +/-   ##
==========================================
+ Coverage   89.90%   91.03%   +1.13%     
==========================================
  Files         179      160      -19     
  Lines        5755     5122     -633     
==========================================
- Hits         5174     4663     -511     
+ Misses        581      459     -122     

see 19 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 329.81 ms 378.55 ms 48.74 ms
Size 6.06 MiB 7.03 MiB 990.29 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6d317ea 303.46 ms 356.06 ms 52.60 ms
3a69405 334.34 ms 369.19 ms 34.85 ms
134c9f8 301.40 ms 352.65 ms 51.26 ms
aa950e9 337.42 ms 400.72 ms 63.30 ms
49a149b 301.96 ms 344.51 ms 42.55 ms
8a7f528 290.27 ms 341.80 ms 51.53 ms
0db91cc 327.85 ms 387.31 ms 59.46 ms
90db9ff 334.86 ms 388.14 ms 53.28 ms
3e9fb0e 329.14 ms 359.16 ms 30.02 ms
e5b744f 302.70 ms 342.17 ms 39.47 ms

App size

Revision Plain With Sentry Diff
6d317ea 5.94 MiB 6.92 MiB 1001.74 KiB
3a69405 5.94 MiB 6.95 MiB 1.01 MiB
134c9f8 5.94 MiB 6.95 MiB 1.01 MiB
aa950e9 5.94 MiB 6.96 MiB 1.02 MiB
49a149b 5.94 MiB 6.92 MiB 1001.54 KiB
8a7f528 6.06 MiB 7.03 MiB 989.36 KiB
0db91cc 5.94 MiB 6.95 MiB 1.01 MiB
90db9ff 6.06 MiB 7.10 MiB 1.04 MiB
3e9fb0e 5.94 MiB 6.95 MiB 1.01 MiB
e5b744f 6.06 MiB 7.09 MiB 1.03 MiB

@github-actions
Copy link
Contributor

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1252.67 ms 1260.53 ms 7.86 ms
Size 8.10 MiB 9.16 MiB 1.07 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
a49594a 1284.83 ms 1313.29 ms 28.45 ms
6957bfd 1283.80 ms 1289.00 ms 5.20 ms
3f23617 1261.93 ms 1286.10 ms 24.17 ms
21845e2 1279.37 ms 1298.81 ms 19.45 ms
873fb42 1261.00 ms 1285.92 ms 24.92 ms
613760b 1263.10 ms 1277.27 ms 14.16 ms
49a149b 1296.47 ms 1320.20 ms 23.73 ms
aed5947 1268.67 ms 1281.10 ms 12.43 ms
ebfead1 1271.57 ms 1284.48 ms 12.91 ms
08a7b4f 1277.10 ms 1303.37 ms 26.27 ms

App size

Revision Plain With Sentry Diff
a49594a 8.16 MiB 9.16 MiB 1.00 MiB
6957bfd 8.15 MiB 9.15 MiB 1020.71 KiB
3f23617 8.16 MiB 9.17 MiB 1.01 MiB
21845e2 8.15 MiB 9.12 MiB 991.34 KiB
873fb42 8.16 MiB 9.17 MiB 1.01 MiB
613760b 8.15 MiB 9.13 MiB 1000.46 KiB
49a149b 8.15 MiB 9.12 MiB 986.26 KiB
aed5947 8.16 MiB 9.17 MiB 1.01 MiB
ebfead1 8.10 MiB 9.16 MiB 1.07 MiB
08a7b4f 8.16 MiB 9.16 MiB 1.01 MiB

@marandaneto marandaneto merged commit a61674e into main Mar 29, 2023
@marandaneto marandaneto deleted the chore/upgrade-dart-plugin branch March 29, 2023 07:39
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.

2 participants