-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Crashes reported on iOS Prod build #2993
Comments
Assigning to @getsentry/support for routing, due by Wednesday, May 3rd at 5:00 pm (sfo). ⏲️ |
Hi Team, Hope you're looking into this on priority |
Hi @Gauravprakash - thank you for reporting, we are investigating. Do you by any chance have the full stacktraces for those issues and could you share them with us? |
I've moved this to |
I think most of the issues should be fixed with #2995. |
I think that's going to be a relatively small proportion of the overall amount of crashes. The screenshot shows a total of 210 crashes, but #2995 only addresses the ones from |
I also would like to see the stacktrace for @Gauravprakash You can also send me your org name so we could better investigate. |
please check attached stacktrace, I have extracted it from 2 major crash for now |
but this should be fixed from library end |
What's update here , please share your explanation for crashes occurring |
@Gauravprakash, could you please share the stacktrace of the crashes? That would help us to understand what's going on. |
Yes, the stack traces for each of these would help. I looked at the archive you uploaded, which had a stack trace for one of them, which is very helpful thanks! But the only other report in there was for a crash not listed in your screenshot, and involved no sentry code. If at all possible, please provide stack traces for the other crashes. |
@armcknight Any finding here |
@Gauravprakash we think we've fixed some of the crashes in #3018, based on the information in one of your stack traces and some other customer reports. Stay tuned for a patch release. |
@Gauravprakash We recently released 8.7.2 which should fix some crashes, please update and confirm if anything changes on your end. |
We think 8.7.2 should fix the issue, as pointed out in #2993 (comment). Please reopen with more information otherwise. |
We're planning to implement the same,Right now it's not implemented on production, could you please confirm 8.7.2 is the latest release |
@Gauravprakash the latest release is 8.7.3 - you can always check the releases page to see what the latest release is. |
[!] CocoaPods could not find compatible versions for pod "SentryPrivate": what's expected here , could you please share pod dependency of sentry Private too |
@brustolin ^ can you take a look? |
@Gauravprakash, please run |
SentryPrivate 8.7.3 seems to be in order What @philipphofmann suggested will probably fix the issue. |
Also can you please share pod file code, I need to check dependency script for 8.7.3 |
https://github.com/getsentry/sentry-cocoa/blob/main/Sentry.podspec We dont have external dependency |
@brustolin Regarding more information related to slowness , frozen frames : I was checking your demo project for calculating frozen frames, slow frames and total frames using PrivateSentrySDKOnly , while using it seems it's a private Api which can be risky, as you may change or be removed in future versions of the SDK, causing compatibility issues. Can you please provide public API provided by the framework or library though which we can rcv data ? |
What exactly do you mean by that? Do you want to have an API for slow and frozen frames? If yes, can you please explain your use case for this? |
like firebase performance we can track slow rendering and frozen frames though samples shared on console, similarly I can see Sentry helps to trace using PrivateSentrySDKOnly but it's not exposed publicly , so I want to ask Is it safe to use @philipphofmann as we need to collect data to send to our own server . |
@Gauravprakash, you may use |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
we have integrated Sentry in our App named 99acres to trace crashes and other data as well . It impacted our crash free users so with immediate effect we decided to remove from production let me share steps which I use to implement
Native IOS
In pod file: pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.5.0'
App Delegate file
In AppDelegate file a private func is defined which is getting called from did finish launching method , lets have a look on code snippet:
React Native Side
in Package.json -> "@sentry/react-native": "^5.3.1"
while in App.js
Expected Result
It should be Crash free , please do suggest if any thing goes wrong
Actual Result
Product Area
Performance
Link
No response
DSN
https://[email protected]/4505006327791616
Version
8.5.0
The text was updated successfully, but these errors were encountered: