Skip to content

Commit

Permalink
Merge pull request #553 from bugsnag/v6-nullable-api-key
Browse files Browse the repository at this point in the history
Make apiKey nullable on BugsnagEvent
  • Loading branch information
fractalwrench authored Apr 21, 2020
2 parents 8d6d526 + 2749f95 commit 72bf407
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 @@ -97,7 +97,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 72bf407

Please sign in to comment.