From 2749f955099d4de63578e02b45d77d1952d704fe Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Tue, 21 Apr 2020 12:40:04 +0100 Subject: [PATCH] feat: make apiKey nullable --- Source/BugsnagEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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