-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
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:- Launch the app and trigger the crash with the code above.
- Reopen the app and confirm via Charles that Sentry sent the crash report with tags.
- 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