Instabug / Instabug-React-Native

In-app feedback and bug reporting tool for React Native
https://instabug.com/platforms/react-native
MIT License
311 stars 99 forks source link

CodePush support out of box #838

Closed retyui closed 1 month ago

retyui commented 1 year ago

Steps to Reproduce the Problem

Use codepush to apply an over-the-air update to existing app binary and cause a crash. You'll notice the previously uploaded JS source map (for the existing app binary) does not map the stack trace correctly.

Expected Behavior

Need add ability to match JS bundle version and uploaded source maps

Actual Behavior

we see broken stack trace:

image

Instabug integration code

no

SDK Version

all

React Native, iOS and Android Versions

all

Device Model

all


please add it immediately or we have to replace Instabug with Sentry

DavidMina96 commented 1 year ago

Duplicate of #656

Hi @retyui,

Thank you for reporting this. We can surely imagine the value of adding CodePush support for our users, and indeed, I assure you we're sparing no effort to make it available in one of our upcoming releases soon.

a7medev commented 1 month ago

Closing this since we already support Code Push since v12.6.0. Please refer to our documentation for information on integrating Instabug with Code Push.