Skip to content

UI profiles ingested without enabling them in the SDK #5649

@InterstellarStella

Description

@InterstellarStella

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

No one assigned

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions