-
-
Notifications
You must be signed in to change notification settings - Fork 342
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: Missing RNSentryOnDrawReporterView
on iOS
#3832
Conversation
Android (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6e8584e | 447.10 ms | 474.71 ms | 27.61 ms |
80b2ce3 | 385.02 ms | 387.36 ms | 2.34 ms |
728164b | 414.34 ms | 449.22 ms | 34.88 ms |
15c80ab+dirty | 336.27 ms | 350.58 ms | 14.31 ms |
457e29f | 398.10 ms | 421.39 ms | 23.29 ms |
5bb8d5f | 431.21 ms | 459.40 ms | 28.19 ms |
d197b5c+dirty | 338.94 ms | 354.87 ms | 15.93 ms |
31fcca2 | 391.22 ms | 414.78 ms | 23.56 ms |
e5c9b8b | 409.02 ms | 426.66 ms | 17.64 ms |
12427f4 | 393.69 ms | 414.84 ms | 21.14 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
6e8584e | 17.73 MiB | 19.86 MiB | 2.12 MiB |
80b2ce3 | 17.73 MiB | 19.75 MiB | 2.02 MiB |
728164b | 17.73 MiB | 19.85 MiB | 2.12 MiB |
15c80ab+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
457e29f | 17.73 MiB | 19.84 MiB | 2.10 MiB |
5bb8d5f | 17.73 MiB | 19.93 MiB | 2.20 MiB |
d197b5c+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
31fcca2 | 17.73 MiB | 19.90 MiB | 2.17 MiB |
e5c9b8b | 17.73 MiB | 19.83 MiB | 2.10 MiB |
12427f4 | 17.73 MiB | 19.85 MiB | 2.12 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
{ | ||
RNSentryOnDrawReporterView* view = [[RNSentryOnDrawReporterView alloc] init]; | ||
XCTAssertNotNil(view); | ||
} |
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.
Strange test
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.
Yes, I just needed to use the class to make sure its available.
📢 Type of change
📜 Description
The RNSentryOnDrawReporterView was never available after the change for non UIKit builds.
💚 How did you test it?
Added native test which checks if the class is available.
📝 Checklist
sendDefaultPII
is enabled🔮 Next steps