sentry-cocoa
sentry-cocoa copied to clipboard
Make data in data SentrySpanProtocol nonnull
The SentrySpanProtocol.data is nullable. So is SentrySpanProtocol.setDataValue:(nullable id)value. We can remove those nullable modifiers.