Skip to content

Commit

Permalink
fix: allow null
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Jul 12, 2022
1 parent ed687fd commit 25b8904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/include/SentryProfiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SENTRY_EXTERN_C_END
* Builds an envelope item using the currently accumulated profile data.
*/
- (nullable SentryEnvelopeItem *)buildEnvelopeItemForTransaction:(SentryTransaction *)transaction
frameInfo:(SentryScreenFrames *)frameInfo;
frameInfo:(nullable SentryScreenFrames *)frameInfo;

@end

Expand Down

0 comments on commit 25b8904

Please sign in to comment.