Skip to content

Conversation

@denrase
Copy link
Collaborator

@denrase denrase commented Jul 7, 2025

📜 Description

Respect ancestor text direction in SentryScreenshotWidget

Bildschirmfoto 2025-07-07 um 14 16 33

💡 Motivation and Context

Closes #3044

💚 How did you test it?

Tried RTL in sample app.

📝 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

@codecov
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.79%. Comparing base (ec78888) to head (a46037b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3046      +/-   ##
==========================================
+ Coverage   87.97%   89.79%   +1.81%     
==========================================
  Files         287       96     -191     
  Lines        9533     3332    -6201     
==========================================
- Hits         8387     2992    -5395     
+ Misses       1146      340     -806     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@denrase denrase marked this pull request as ready for review July 7, 2025 12:20
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2025

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1242.08 ms 1275.32 ms 33.24 ms
Size 7.86 MiB 9.44 MiB 1.58 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
c8596a6 1234.11 ms 1241.19 ms 7.08 ms
827bf09 1261.86 ms 1276.41 ms 14.55 ms
b6c8720 1252.65 ms 1266.61 ms 13.96 ms
ec78888 1251.37 ms 1269.40 ms 18.04 ms
2d34233 1258.19 ms 1268.92 ms 10.73 ms
73dca78 1246.65 ms 1265.42 ms 18.76 ms
93b7728 1247.23 ms 1264.87 ms 17.64 ms
6ba4675 1223.12 ms 1238.17 ms 15.04 ms

App size

Revision Plain With Sentry Diff
c8596a6 7.86 MiB 9.44 MiB 1.58 MiB
827bf09 7.86 MiB 9.44 MiB 1.58 MiB
b6c8720 7.86 MiB 9.44 MiB 1.58 MiB
ec78888 7.86 MiB 9.44 MiB 1.58 MiB
2d34233 7.86 MiB 9.44 MiB 1.58 MiB
73dca78 7.86 MiB 9.44 MiB 1.58 MiB
93b7728 7.86 MiB 9.44 MiB 1.58 MiB
6ba4675 7.86 MiB 9.44 MiB 1.58 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2025

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 456.84 ms 498.00 ms 41.16 ms
Size 6.54 MiB 7.69 MiB 1.15 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
827bf09 475.40 ms 547.14 ms 71.74 ms
93b7728 475.28 ms 489.13 ms 13.86 ms
73dca78 476.53 ms 522.21 ms 45.68 ms
b6c8720 457.41 ms 519.04 ms 61.63 ms
6ba4675 499.80 ms 632.43 ms 132.63 ms
2d34233 470.54 ms 558.90 ms 88.36 ms
c8596a6 474.00 ms 492.96 ms 18.96 ms
ec78888 457.94 ms 519.96 ms 62.02 ms

App size

Revision Plain With Sentry Diff
827bf09 6.54 MiB 7.53 MiB 1015.27 KiB
93b7728 6.54 MiB 7.69 MiB 1.15 MiB
73dca78 6.54 MiB 7.69 MiB 1.15 MiB
b6c8720 6.54 MiB 7.69 MiB 1.15 MiB
6ba4675 6.54 MiB 7.53 MiB 1015.26 KiB
2d34233 6.54 MiB 7.55 MiB 1.01 MiB
c8596a6 6.54 MiB 7.53 MiB 1015.27 KiB
ec78888 6.54 MiB 7.69 MiB 1.15 MiB

Copy link
Contributor

@buenaflor buenaflor left a comment

Choose a reason for hiding this comment

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

Thanks!

will merge when everything is green

@buenaflor buenaflor merged commit 640ad0c into main Jul 7, 2025
88 of 89 checks passed
@buenaflor buenaflor deleted the fix/respect-ancestor-text-direction branch July 7, 2025 13:26
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.

SentryWidget is forced to LTR after upgrading to version 9.3.0

3 participants