-
-
Notifications
You must be signed in to change notification settings - Fork 276
Call options.log for structured logs
#3187
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
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3187 +/- ##
==========================================
+ Coverage 87.70% 87.89% +0.18%
==========================================
Files 291 291
Lines 9916 9952 +36
==========================================
+ Hits 8697 8747 +50
+ Misses 1219 1205 -14 ☔ View full report in Codecov by Sentry. |
iOS Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ec78888 | 1251.37 ms | 1269.40 ms | 18.04 ms |
| 7cfbbd6 | 1270.63 ms | 1285.36 ms | 14.72 ms |
| 793f4dc | 1262.50 ms | 1282.35 ms | 19.85 ms |
| b6c8720 | 1252.65 ms | 1266.61 ms | 13.96 ms |
| 6b69699 | 1254.80 ms | 1273.31 ms | 18.52 ms |
| cc4e375 | 1253.06 ms | 1263.81 ms | 10.75 ms |
| 2d34233 | 1258.19 ms | 1268.92 ms | 10.73 ms |
| 575ebaa | 1262.20 ms | 1274.24 ms | 12.04 ms |
| 32914d8 | 1275.47 ms | 1285.20 ms | 9.73 ms |
| 640ad0c | 1241.04 ms | 1253.96 ms | 12.92 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ec78888 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 7cfbbd6 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 793f4dc | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| b6c8720 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 6b69699 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| cc4e375 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 2d34233 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 575ebaa | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 32914d8 | 7.86 MiB | 9.44 MiB | 1.58 MiB |
| 640ad0c | 7.86 MiB | 9.44 MiB | 1.58 MiB |
Android Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 93b7728 | 475.28 ms | 489.13 ms | 13.86 ms |
| c8596a6 | 474.00 ms | 492.96 ms | 18.96 ms |
| 73a3c38 | 478.18 ms | 526.62 ms | 48.44 ms |
| 0fb45d0 | 482.79 ms | 554.02 ms | 71.23 ms |
| 640ad0c | 466.00 ms | 552.67 ms | 86.67 ms |
| 765aa8b | 493.51 ms | 531.23 ms | 37.72 ms |
| cc4e375 | 426.15 ms | 482.34 ms | 56.19 ms |
| c1e775e | 482.36 ms | 608.98 ms | 126.62 ms |
| 2d34233 | 470.54 ms | 558.90 ms | 88.36 ms |
| 54acf91 | 487.24 ms | 529.60 ms | 42.36 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 93b7728 | 6.54 MiB | 7.69 MiB | 1.15 MiB |
| c8596a6 | 6.54 MiB | 7.53 MiB | 1015.27 KiB |
| 73a3c38 | 6.54 MiB | 7.69 MiB | 1.15 MiB |
| 0fb45d0 | 6.54 MiB | 7.70 MiB | 1.17 MiB |
| 640ad0c | 6.54 MiB | 7.69 MiB | 1.15 MiB |
| 765aa8b | 6.54 MiB | 7.70 MiB | 1.16 MiB |
| cc4e375 | 6.54 MiB | 7.69 MiB | 1.15 MiB |
| c1e775e | 6.54 MiB | 7.70 MiB | 1.17 MiB |
| 2d34233 | 6.54 MiB | 7.55 MiB | 1.01 MiB |
| 54acf91 | 6.54 MiB | 7.70 MiB | 1.17 MiB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, did you check that this doesn't double console log for structured logs created by the logging integration?
📜 Description
Call
options.logfor structured logs, so users see console output when options.debug is enabled.💡 Motivation and Context
Closes #3124
💚 How did you test it?
Unit tests.
📝 Checklist
sendDefaultPiiis enabled