-
-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Description
Platform
iOS
Environment
Other
Installed
Manually
Version
8.39.0
Xcode Version
unknown
Did it work on previous versions?
No response
Steps to Reproduce
SentrySDK.start { options in
options.dsn = "DSN HERE"
options.enableAutoSessionTracking = true
// alternatively, pause/resume hang tracking about places where OS may as for permisions, see
// https://docs.sentry.io/platforms/apple/configuration/app-hangs/#pause-and-resume-app-hang-tracking
options.enableAppHangTracking = false
}
Expected Result
No UI profiles sent
Actual Result
A spike of UI profiles was ob served. They were dropped due to not enough quota, as profiling was never intended to be tracked. What is strange is that the application stopped sending profiles completely on its own with no client side change from the customer.
This is an escalation of this Slack thread and this ZD ticket.
Are you willing to submit a PR?
No response
Metadata
Metadata
Assignees
Type
Projects
Status
No status