diff --git a/Source/BugsnagEvent.h b/Source/BugsnagEvent.h index a59348784..60b8aed92 100644 --- a/Source/BugsnagEvent.h +++ b/Source/BugsnagEvent.h @@ -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