sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Make data in data SentrySpanProtocol nonnull

Open philipphofmann opened this issue 4 years ago • 0 comments

The SentrySpanProtocol.data is nullable. So is SentrySpanProtocol.setDataValue:(nullable id)value. We can remove those nullable modifiers.

philipphofmann avatar Jul 28 '21 12:07 philipphofmann