newrelic / newrelic-ios-agent-spm

This repository hosts the Swift Package Manager deployment of the iOS agent
Apache License 2.0
15 stars 9 forks source link

When we updated to NR v7.5, the number of reported "hangs" jumped significantly #55

Closed dvshelley closed 3 weeks ago

dvshelley commented 2 months ago

Description

We see a lot of hangs since we updated to NR v7.5.

Screenshot 2024-08-20 at 3 03 11 PM

Is this an issue that others are seeing a lot of?

Is there a fix to 7.5 coming? Is NR aware of this issue?

Relevant Logs / Console output

See above screenshot

Your Environment

We are building with Xcode 15.3, through SPM. We target iOS 16, 17.

cdillard-NewRelic commented 2 months ago

Hello @dvshelley , Thank you for reporting this. We have not seen other reports of this. We changed some handling in setUserId in 7.5.0. If possible can you remove usage of setUserId? We have created a ticket to investigate this issue on our side for a future release.

dvshelley commented 2 months ago

Thanks for getting back with me. I will watch for a new release that addresses the issue.

Jojr commented 3 weeks ago

@dvshelley I noticed the same here after updating to NR v7.5. Did you manage to resolve this hang?

nr-hang

dvshelley commented 3 weeks ago

@dvshelley I noticed the same here after updating to NR v7.5. Did you manage to resolve this hang?

We initially worked around the problem by going back to NR v7.4. We have since tried v7.5.2. It does not have the same hang problem.