Skip to content

Commit

Permalink
ref: Remove not existent SentryContext (getsentry#2320)
Browse files Browse the repository at this point in the history
The SentryEvent had a @Class definition for SentryContext, which
doesn't exist.
  • Loading branch information
philipphofmann authored Oct 24, 2022
1 parent 8607e67 commit 52d5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/Public/SentryEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NS_ASSUME_NONNULL_BEGIN

@class SentryThread, SentryException, SentryStacktrace, SentryUser, SentryDebugMeta, SentryContext,
@class SentryThread, SentryException, SentryStacktrace, SentryUser, SentryDebugMeta,
SentryBreadcrumb, SentryId, SentryMessage;

NS_SWIFT_NAME(Event)
Expand Down

0 comments on commit 52d5622

Please sign in to comment.