Skip to content

Conversation

denrase
Copy link
Collaborator

@denrase denrase commented Aug 12, 2025

📜 Description

Log a warning when dropping envelope items

💡 Motivation and Context

Closes #2436

💚 How did you test it?

Unit tests

📝 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

Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.82%. Comparing base (7cfee3b) to head (5bc1fb0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3165      +/-   ##
==========================================
+ Coverage   87.67%   87.82%   +0.15%     
==========================================
  Files         291      291              
  Lines        9907     9916       +9     
==========================================
+ Hits         8686     8709      +23     
+ Misses       1221     1207      -14     

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

Copy link
Contributor

github-actions bot commented Aug 12, 2025

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 462.24 ms 560.48 ms 98.23 ms
Size 6.54 MiB 7.71 MiB 1.17 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
93b7728 475.28 ms 489.13 ms 13.86 ms
0fb3800 465.64 ms 536.77 ms 71.13 ms
c1e775e 482.36 ms 608.98 ms 126.62 ms
e2d675d 457.92 ms 529.17 ms 71.25 ms
9b99523 456.91 ms 490.55 ms 33.64 ms
0929dbf 462.82 ms 492.76 ms 29.94 ms
7cfbbd6 499.69 ms 592.24 ms 92.55 ms
e45c0e1 447.29 ms 558.33 ms 111.04 ms
2cf9161 454.12 ms 512.67 ms 58.55 ms
0fb45d0 482.79 ms 554.02 ms 71.23 ms

App size

Revision Plain With Sentry Diff
93b7728 6.54 MiB 7.69 MiB 1.15 MiB
0fb3800 6.54 MiB 7.69 MiB 1.15 MiB
c1e775e 6.54 MiB 7.70 MiB 1.17 MiB
e2d675d 6.54 MiB 7.69 MiB 1.15 MiB
9b99523 6.54 MiB 7.69 MiB 1.15 MiB
0929dbf 6.54 MiB 7.70 MiB 1.17 MiB
7cfbbd6 6.54 MiB 7.70 MiB 1.17 MiB
e45c0e1 6.54 MiB 7.70 MiB 1.16 MiB
2cf9161 6.54 MiB 7.70 MiB 1.16 MiB
0fb45d0 6.54 MiB 7.70 MiB 1.17 MiB

Previous results on branch: enha/debug-log-dropped-envelopes

Startup times

Revision Plain With Sentry Diff
a391f6f 446.62 ms 523.94 ms 77.32 ms

App size

Revision Plain With Sentry Diff
a391f6f 6.54 MiB 7.71 MiB 1.17 MiB

Copy link
Contributor

github-actions bot commented Aug 12, 2025

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1247.27 ms 1267.58 ms 20.31 ms
Size 20.70 MiB 22.46 MiB 1.76 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
eca355d 1238.39 ms 1266.98 ms 28.59 ms
79f6b41 1269.33 ms 1279.71 ms 10.38 ms
cc4e375 1253.06 ms 1263.81 ms 10.75 ms
4481076 1256.48 ms 1266.64 ms 10.17 ms
2d34233 1258.19 ms 1268.92 ms 10.73 ms
ec78888 1251.37 ms 1269.40 ms 18.04 ms
0929dbf 1275.89 ms 1282.22 ms 6.33 ms
7cfee3b 1260.90 ms 1273.14 ms 12.24 ms
6ba4675 1223.12 ms 1238.17 ms 15.04 ms
73dca78 1246.65 ms 1265.42 ms 18.76 ms

App size

Revision Plain With Sentry Diff
eca355d 7.86 MiB 9.44 MiB 1.58 MiB
79f6b41 7.86 MiB 9.44 MiB 1.58 MiB
cc4e375 7.86 MiB 9.44 MiB 1.58 MiB
4481076 7.86 MiB 9.44 MiB 1.58 MiB
2d34233 7.86 MiB 9.44 MiB 1.58 MiB
ec78888 7.86 MiB 9.44 MiB 1.58 MiB
0929dbf 7.86 MiB 9.54 MiB 1.69 MiB
7cfee3b 20.70 MiB 22.46 MiB 1.75 MiB
6ba4675 7.86 MiB 9.44 MiB 1.58 MiB
73dca78 7.86 MiB 9.44 MiB 1.58 MiB

Previous results on branch: enha/debug-log-dropped-envelopes

Startup times

Revision Plain With Sentry Diff
a391f6f 1255.65 ms 1264.59 ms 8.95 ms
b289b5a 1252.00 ms 1268.04 ms 16.04 ms

App size

Revision Plain With Sentry Diff
a391f6f 20.71 MiB 22.43 MiB 1.73 MiB
b289b5a 20.71 MiB 22.43 MiB 1.73 MiB

@denrase denrase marked this pull request as ready for review August 13, 2025 08:24
@denrase denrase merged commit 4298701 into main Aug 21, 2025
163 checks passed
@denrase denrase deleted the enha/debug-log-dropped-envelopes branch August 21, 2025 14:37
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.

Log a warning when rate limit is active
2 participants