Noah Martin
Noah Martin
I'm seeing the same problem with a pixel 5 on Android 12 build # SP2A.220305.012 using 6.0.0 beta, are there any workarounds for this phone?
Done in https://github.com/getsentry/sentry-cocoa/pull/6562 since we removed dladdr
I think we should hold off a bit longer on letting users try it, maybe once we have our own sample app using it that would be a good time...
We're going to wait until the next release (8.53.0) is out and then merge this
Thanks @philipphofmann this is ready for another look!
I'd suggest something roughly like this: ``` protocol SentryIntegration { typealias DependencyProvider func start(with options: Options) } protocol ProcessInfoProviding { var processInfo: ProcessInfo { get } } ``` ``` final...
Thanks for reviewing @soroushsq I made that spacing change
We use a slightly different snapshotting process with https://github.com/EmergeTools/SnapshotPreviews but when I converted our test app to use this fork of AccessibilitySnapshot it seems to work: https://github.com/EmergeTools/hackernews/pull/660
Makes sense @philipphofmann thanks for the context! Yeah I don't think we need to follow up with this anytime soon, it's quite an edge case, just seemed worth documenting