Skip to content

Commit bf78655

Browse files
author
Luca Forstner
authored
Don't make it seem like off and on are keywords (#7820)
1 parent a0da128 commit bf78655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ When enabled, stack traces are automatically attached to all messages logged. St
211211

212212
<PlatformSection supported={["android", "apple", "java"]}>
213213

214-
This option is `on` by default.
214+
This option is turned on by default.
215215

216216
</PlatformSection>
217217
<PlatformSection notSupported={["android", "apple", "java", "dotnet"]}>
218218

219-
This option is `off` by default.
219+
This option is turned off by default.
220220

221221
</PlatformSection>
222222

@@ -234,15 +234,15 @@ If you are using Sentry in your mobile app, read our [frequently asked questions
234234

235235
</Note>
236236

237-
This option is `off` by default.
237+
This option is turned off by default.
238238

239239
If you enable this option, be sure to manually remove what you don't want to send using our features for managing [_Sensitive Data_](../../data-management/sensitive-data/).
240240

241241
</ConfigKey>
242242

243243
<ConfigKey name="event-scrubber" supported={["python"]}>
244244

245-
If <PlatformIdentifier name="send-default-pii" /> is `off`, scrubs the event payload for sensitive information from a `denylist`. See how to [configure the scrubber here](../../data-management/sensitive-data/#event-scrubber).
245+
If <PlatformIdentifier name="send-default-pii" /> is turned off, scrubs the event payload for sensitive information from a `denylist`. See how to [configure the scrubber here](../../data-management/sensitive-data/#event-scrubber).
246246

247247
</ConfigKey>
248248

0 commit comments

Comments
 (0)