Skip to content

Commit

Permalink
feat: make apiKey nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Apr 21, 2020
1 parent 610ffc7 commit 2749f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BugsnagEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ initWithErrorName:(NSString *_Nonnull)name
* - Reads default to the BugsnagConfiguration apiKey value unless explicitly set.
* - Writes are not persisted to BugsnagConfiguration.
*/
@property(readwrite, copy, nonnull) NSString *apiKey;
@property(readwrite, copy, nullable) NSString *apiKey;

/**
* Device information such as OS name and version
Expand Down

0 comments on commit 2749f95

Please sign in to comment.