-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Crash at FPRNetworkTrace.m #14275
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Could you please provide a minimal reproducible example? |
@MichaelVerdon Unfortunately, I have no idea about the way to reproduce it. We only have crashlytics data from our users, so I added the available stacktrace and I can't help you find the reason since there is no call to any of the app's function in that stacktrace |
I have a few ideas on what you can try:
Is your Podfile.lock the same in this issue? |
@MichaelVerdon I could try to update it to the version before 11.6.0 but it makes no sense for me since at 11.6.0 was fixed the previous crash that we were waiting for a long time =)
What do you mean by this? Could you explain a little bit more?
Yes it is the same for all 3 issues that I created on Dec 19th |
AlamanoFire uses URLSession which tends to be automatically tracked by FirebasePerformance, and I wonder if the issue is related to instrumentation issues. If we disable automatic tracking by Performance it could give us some insight if it is an instrumentation issue. Let me know if you need further clarification. |
@MichaelVerdon I got it, I will disable automatic monitoring, but we don't really have any custom monitoring, would it help you anyway? |
Custom monitoring was more of a workaround if you still need the monitoring involved but let me know how it goes. |
Description
FPRNetworkTrace.m
Here is stacktrace:
Reproducing the issue
No response
Firebase SDK Version
11.6.0
Xcode Version
16.1
Installation Method
CocoaPods
Firebase Product(s)
Analytics, Crashlytics, Performance, Remote Config
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: