sentry-cocoa
sentry-cocoa copied to clipboard
Extract SwiftUI view from modifier
Description
When SentryTracedView is used around a modified view ( VStack{}.padding()
), the automatic transaction name will be ModifiedView
instead of VStack
.
We should try to get the underling view name instead.
Alternatively, if there is no reasonable way to get the underlying view name, we should call this out on the docs