-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
fix: Remove warning about non-portable path to file "SentryDsn.h" #3270
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brustolin
requested review from
philipphofmann and
armcknight
as code owners
September 6, 2023 08:21
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
adcc7d8 | 1225.90 ms | 1245.08 ms | 19.18 ms |
25737cb | 1235.02 ms | 1250.06 ms | 15.04 ms |
32e64d1 | 1249.42 ms | 1264.76 ms | 15.34 ms |
aa27ac0 | 1214.02 ms | 1227.42 ms | 13.40 ms |
c2ec420 | 1256.27 ms | 1269.24 ms | 12.97 ms |
6943de0 | 1237.67 ms | 1247.12 ms | 9.45 ms |
c0b4b71 | 1246.98 ms | 1256.77 ms | 9.79 ms |
0ffe199 | 1209.51 ms | 1223.94 ms | 14.43 ms |
e8b2fb4 | 1230.70 ms | 1242.84 ms | 12.14 ms |
368187c | 1220.00 ms | 1247.12 ms | 27.12 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
adcc7d8 | 20.76 KiB | 426.15 KiB | 405.39 KiB |
25737cb | 20.76 KiB | 436.29 KiB | 415.53 KiB |
32e64d1 | 20.76 KiB | 433.18 KiB | 412.42 KiB |
aa27ac0 | 20.76 KiB | 432.21 KiB | 411.45 KiB |
c2ec420 | 20.76 KiB | 401.65 KiB | 380.89 KiB |
6943de0 | 20.76 KiB | 393.33 KiB | 372.57 KiB |
c0b4b71 | 20.76 KiB | 430.98 KiB | 410.22 KiB |
0ffe199 | 20.76 KiB | 436.50 KiB | 415.74 KiB |
e8b2fb4 | 20.76 KiB | 427.23 KiB | 406.46 KiB |
368187c | 20.76 KiB | 436.50 KiB | 415.74 KiB |
brustolin
commented
Sep 6, 2023
Codecov Report
@@ Coverage Diff @@
## main #3270 +/- ##
=============================================
- Coverage 89.213% 89.205% -0.008%
=============================================
Files 502 502
Lines 54291 54243 -48
Branches 19491 19474 -17
=============================================
- Hits 48435 48388 -47
+ Misses 4887 4884 -3
- Partials 969 971 +2
Continue to review full report in Codecov by Sentry.
|
armcknight
approved these changes
Sep 6, 2023
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📜 Description
💡 Motivation and Context
closes #3269
💚 How did you test it?
Manually
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps