Skip to content

chore(deps): update Android SDK to v6.13.0 #1250

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 2 commits into from
Jan 30, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps flutter/scripts/update-android.sh from 6.12.1 to 6.13.0.

Auto-generated by a dependency updater.

Changelog

6.13.0

Features

  • Send cpu usage percentage in profile payload (#2469)
  • Send transaction memory stats in profile payload (#2447)
  • Add cpu usage collection (#2462)
  • Improve ANR implementation: (#2475)
    • Add abnormal_mechanism to sessions for ANR rate calculation
    • Always attach thread dump to ANR events
    • Distinguish between foreground and background ANRs
  • Improve possible date precision to 10 μs (#2451)

Fixes

  • Fix performance collector setup called in main thread (#2499)
  • Expand guard against CVE-2018-9492 "Privilege Escalation via Content Provider" (#2482)
  • Prevent OOM by disabling TransactionPerformanceCollector for now (#2498)

@bruno-garcia bruno-garcia force-pushed the deps/flutter/scripts/update-android.sh/6.13.0 branch from 10e0358 to 8379736 Compare January 27, 2023 03:02
@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Base: 89.72% // Head: 89.03% // Decreases project coverage by -0.70% ⚠️

Coverage data is based on head (e641957) compared to base (fa16e53).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1250      +/-   ##
==========================================
- Coverage   89.72%   89.03%   -0.70%     
==========================================
  Files         155       45     -110     
  Lines        5033     1550    -3483     
==========================================
- Hits         4516     1380    -3136     
+ Misses        517      170     -347     
Impacted Files Coverage Δ
dart/lib/src/sentry_envelope.dart
dart/lib/src/utils/_io_get_isolate_name.dart
dart/lib/src/http_client/breadcrumb_client.dart
dart/lib/src/sentry_transaction_context.dart
dart/lib/src/utils/hash_code.dart
...ib/src/environment/_web_environment_variables.dart
...rt/lib/src/sentry_client_attachment_processor.dart
dart/lib/src/protocol/dsn.dart
dart/lib/src/protocol/sentry_device.dart
dart/lib/src/client_reports/discard_reason.dart
... and 100 more

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zhushenwudi
Copy link

please merge it

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Jan 30, 2023

The android builds are failing, don't know if its flakiness or something broke.

There was a breaking change in the internal time API.

e: /home/runner/work/sentry-dart/sentry-dart/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt: (194, 40): Unresolved reference: time

Copy link
Member

@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.

App start time was changed to nanoTimestamp in the sentry-java.

@marandaneto marandaneto enabled auto-merge (squash) January 30, 2023 16:21
Copy link
Member

@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.

LGTM 🚀

@marandaneto marandaneto merged commit 8fa3934 into main Jan 30, 2023
@marandaneto marandaneto deleted the deps/flutter/scripts/update-android.sh/6.13.0 branch January 30, 2023 16:21
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