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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated readme and remove outdated experimental comments #1383

Merged
merged 5 commits into from
Apr 6, 2023

Conversation

marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Apr 6, 2023

📜 Description

#skip-changelog

💡 Motivation and Context

Closes #1381

💚 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

@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.86 ⚠️

Comparison is base (ab7b7c9) 90.76% compared to head (af30e81) 89.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1383      +/-   ##
==========================================
- Coverage   90.76%   89.90%   -0.86%     
==========================================
  Files         177      179       +2     
  Lines        5619     5758     +139     
==========================================
+ Hits         5100     5177      +77     
- Misses        519      581      +62     
Impacted Files Coverage Δ
dart/lib/src/sentry_options.dart 83.72% <ø> (ø)

... and 2 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

github-actions bot commented Apr 6, 2023

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 343.38 ms 383.94 ms 40.56 ms
Size 6.06 MiB 7.03 MiB 993.35 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
49a149b 301.96 ms 344.51 ms 42.55 ms
ad69abc 297.35 ms 385.89 ms 88.54 ms
40680d3 323.55 ms 390.29 ms 66.73 ms
90db9ff 334.86 ms 388.14 ms 53.28 ms
eecbbca 324.37 ms 352.49 ms 28.12 ms
08a7b4f 346.47 ms 403.29 ms 56.82 ms
21845e2 345.08 ms 382.82 ms 37.74 ms
a7acb24 301.00 ms 357.38 ms 56.38 ms
a49594a 282.27 ms 344.84 ms 62.57 ms
521cfbf 332.78 ms 376.04 ms 43.26 ms

App size

Revision Plain With Sentry Diff
49a149b 5.94 MiB 6.92 MiB 1001.54 KiB
ad69abc 6.06 MiB 7.09 MiB 1.03 MiB
40680d3 6.06 MiB 7.03 MiB 989.25 KiB
90db9ff 6.06 MiB 7.10 MiB 1.04 MiB
eecbbca 5.94 MiB 6.89 MiB 975.78 KiB
08a7b4f 5.94 MiB 6.95 MiB 1.01 MiB
21845e2 5.94 MiB 6.92 MiB 1003.77 KiB
a7acb24 5.94 MiB 6.95 MiB 1.01 MiB
a49594a 5.94 MiB 6.95 MiB 1.01 MiB
521cfbf 5.94 MiB 6.97 MiB 1.03 MiB

@ueman
Copy link
Collaborator

ueman commented Apr 6, 2023

Don't forget about

It's hidden by the `enableStructuredDataTracing` flag and considered experimental. Using it could lead to bugs. We recognize the irony.

@marandaneto
Copy link
Contributor Author

Don't forget about

It's hidden by the `enableStructuredDataTracing` flag and considered experimental. Using it could lead to bugs. We recognize the irony.

yep, I committed but got a:

hint: Updates were rejected because the remote contains work that you do

Good catch.

@marandaneto marandaneto enabled auto-merge (squash) April 6, 2023 09:47
@marandaneto marandaneto merged commit b5fc830 into main Apr 6, 2023
@marandaneto marandaneto deleted the fix/readme-outdated branch April 6, 2023 10:12
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.

Contradicting info in the README about loadStructuredData in sentry_flutter
3 participants