Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 2, 2024

Bumps flutter/scripts/update-android.sh from 7.10.0 to 7.11.0.

Auto-generated by a dependency updater.

Changelog

7.11.0

Features

  • Report dropped spans (#3528)

Fixes

  • Fix duplicate session start for React Native (#3504)
  • Move onFinishCallback before span or transaction is finished (#3459)
  • Add timestamp when a profile starts (#3442)
  • Move fragment auto span finish to onFragmentStarted (#3424)
  • Remove profiling timeout logic and disable profiling on API 21 (#3478)
  • Properly reset metric flush flag on metric emission (#3493)
  • Use SecureRandom in favor of Random for Metrics (#3495)
  • Fix UncaughtExceptionHandlerIntegration Memory Leak (#3398)
  • Deprecated User.segment. Use a custom tag or context instead. (#3511)
  • Fix duplicated http spans (#3526)
  • When capturing unhandled hybrid exception session should be ended and new start if need (#3480)

Dependencies

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/7.11.0 branch from 231fc8f to 8b9fa29 Compare July 2, 2024 03:02
@codecov
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.31%. Comparing base (df36ae7) to head (cab7b7f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2144   +/-   ##
=======================================
  Coverage   88.30%   88.31%           
=======================================
  Files         225      225           
  Lines        7773     7778    +5     
=======================================
+ Hits         6864     6869    +5     
  Misses        909      909           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/7.11.0 branch from 8b9fa29 to 533aad3 Compare July 4, 2024 08:19
@krystofwoldrich
Copy link
Contributor

.captured
.single as Uint8List;
final envelopeData =
verify(fixture.binding.captureEnvelope(captureAny, false))
Copy link
Contributor

@krystofwoldrich krystofwoldrich Jul 8, 2024

Choose a reason for hiding this comment

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

M: @buenaflor Can you add one new test, which check that the containsUnhandledException=true is read from the event and passed to the native call?

Copy link
Contributor

Choose a reason for hiding this comment

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

added additional test cases

@krystofwoldrich
Copy link
Contributor

Thanks for the fixes, my change would not work!

It looks good, I have only one comment about tests.

@buenaflor buenaflor requested a review from krystofwoldrich July 9, 2024 12:11
Copy link
Contributor

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

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

🚀 Looks good! Thank you.

@buenaflor buenaflor merged commit 3d305b9 into main Jul 9, 2024
@buenaflor buenaflor deleted the deps/flutter/scripts/update-android.sh/7.11.0 branch July 9, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants