-
-
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
Performance issues on iOS native integration #280
Comments
Hey, are you running your app in It's just changes in |
Merged
HazAT
added a commit
that referenced
this issue
Oct 24, 2017
* fix(ios): Performance issues on main thread * feat: Use shared javascript bridge helper from sentry-cocoa Handle unhandled promises Fix stacktrace merging Font send all breadcrumbs over bridge for new event Fix ios device farm tests Fixes #281 Fixes #280 * fix: Move native client dependent calls into install * fix: Set fatal on isFatal js error * fix: iOS devicefarm tests * meta: Update sentry-cocoa * fix: Skip js frames * meta: Bump sentry-cocoa to 3.9.0
@HazAT I tried both Release and Dev. I will give the branch a go, thanks! |
It is already released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
If I use raven-js, I don't see any problem. Whenever I link sentry to start tracking native events, the performance of the app drops. I see frames being dropped for pretty much every action I dispatch (I use react-redux) and also nav transitions (react-navigation).
I have tried to deactivate the merging of the stacktrace, but I don't see much difference. I have tried both debug and release environments. I have no idea what could be conflicting here and I can understand this bug report is not really clear.
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: