Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Crash logging: Add hybrid SDK helpers to allow better stack traces for other platforms #183

Closed fluiddot closed 7 months ago

fluiddot commented 3 years ago

This PR adds helpers that will allow us to improve the stack traces that we get when an exception is caused by hybrid SDKs, like React native for the Gutenberg editor.

Related PRs: WordPress-iOSPR: https://github.com/wordpress-mobile/WordPress-iOS/pull/16700 gutenberg-mobile PR: https://github.com/wordpress-mobile/gutenberg-mobile/pull/3629 gutenberg PR: https://github.com/WordPress/gutenberg/pull/32768

fluiddot commented 3 years ago

👋 @jkmassel I'd appreciate if you could take a look at this implementation that enables the Sentry integration with React native, let me know if you're available, thank you very much for your help 🙇 !

Related issue: https://github.com/wordpress-mobile/gutenberg-mobile/issues/1187.

fluiddot commented 7 months ago

Surpassed by https://github.com/Automattic/Automattic-Tracks-iOS/pull/278.