Skip to content

Commit 376d530

Browse files
authored
Add missing PHP options (#4588)
1 parent a432c05 commit 376d530

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ A path to an alternative CA bundle file in PEM-format.
278278

279279
</ConfigKey>
280280

281+
<ConfigKey name="context-lines" supported={["php"]}>
282+
283+
The number of context lines for each frame in the stacktrace when loading a file.
284+
285+
</ConfigKey>
286+
281287
<ConfigKey name="frame-context-lines" supported={["node"]}>
282288

283289
The number of context lines for each frame when loading a file.
@@ -409,6 +415,12 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
409415

410416
</ConfigKey>
411417

418+
<ConfigKey name="send-attempts" supported={["php"]}>
419+
420+
Controls how many times the SDK will attempt to send an event to Sentry. The default is `3`.
421+
422+
</ConfigKey>
423+
412424
</PlatformSection>
413425

414426
<PlatformSection supported={["node", "javascript", "python", "php", "dotnet", "java", "ruby", "go", "react-native", "android", "dotnet"]}>

0 commit comments

Comments
 (0)