Skip to content

Custom tags not showing in the “Tags” tab after version 8.47 #5174

@AndrewRudyk

Description

@AndrewRudyk

Platform

iOS

Environment

Develop

Installed

CocoaPods

Version

8.50

Xcode Version

16.2

Did it work on previous versions?

Yes, 8.46

Steps to Reproduce

I’ve been using custom tags with Sentry SDK version 8.45. When a crash happened, I could see my custom tags in the Tags tab on sentry.myCompany.com.

Starting from version 8.47, my custom tags no longer appear in that tab — even though, when inspecting the request via Charles Proxy, I can see that all the tags are still being sent in the event payload as before.

To reproduce the crash, I use this test code:

let a: String? = nil
print(a!)
Steps to reproduce:
  1. Launch the app and trigger the crash with the code above.
  2. Reopen the app and confirm via Charles that Sentry sent the crash report with tags.
  3. Open the crash in sentry.myCompany.com and check the Tags tab.

Expected Result

My custom tags should appear in the Tags tab as they did in version 8.45.

Actual Result

Custom tags not showing in the “Tags” tab

Are you willing to submit a PR?

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions