-
-
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
Release Health without native layer support #1427
Comments
This would also add release health/session tracking for expo |
Maybe we could align the public API with this issue #927 which is also about tracking release health manually. |
One other option would be to be using sentry-native for Windows support and its release health feature, similar to Android and iOS. |
@bruno-garcia I believe sentry-javascript already offers the release health feature, right, should this feature track sessions automatically (by the browser) or just offer a startSession/endSession API? |
Currently RN release health is powered by the native layers. That is:
sentry-android
for Android andsentry-cocoa
for iOS and macOS. For Windows, we have no native layer, so only features available in the JS-layer are available.One big feature that users lose is release health. This task is to add RH support directly at the JS layer to unblock React Native JavaScript-only use cases (at this time only Windows support).
The text was updated successfully, but these errors were encountered: