Skip to content

Commit 57cb75f

Browse files
fix(apple): release option (#4953)
Release is a reserved keyword on Cocoa and instead the option is called releaseName.
1 parent 0837c3d commit 57cb75f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ For app models that don't have a console to print to, you can <PlatformLink to="
6565

6666
</PlatformSection>
6767

68-
<ConfigKey name="release">
68+
<ConfigKey name="releaseName" supported={["apple"]}>
69+
70+
Sets the release. Some SDKs will try to automatically configure a release out of the box but it's a better idea to manually set it to guarantee that the release is in sync with your deploy integrations or source map uploads. Release names are strings, but some formats are detected by Sentry and might be rendered differently. Learn more about how to send release data so Sentry can tell you about regressions between releases and identify the potential source in [the releases documentation](/product/releases/) or the <SandboxLink scenario="releases">sandbox</SandboxLink>.
71+
72+
</ConfigKey>
73+
74+
<ConfigKey name="release" notSupported={["apple"]}>
6975

7076
Sets the release. Some SDKs will try to automatically configure a release out of the box but it's a better idea to manually set it to guarantee that the release is in sync with your deploy integrations or source map uploads. Release names are strings, but some formats are detected by Sentry and might be rendered differently. Learn more about how to send release data so Sentry can tell you about regressions between releases and identify the potential source in [the releases documentation](/product/releases/) or the <SandboxLink scenario="releases">sandbox</SandboxLink>.
7177

0 commit comments

Comments
 (0)