Skip to content

Commit 24bb738

Browse files
antonpirkerlizokm
andauthored
Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
1 parent dacf3a8 commit 24bb738

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/platforms/python/configuration/options.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,13 @@ This option is on by default.
133133

134134
<ConfigKey name="add-full-stack">
135135

136-
When capturing errors, the Sentry stack traces only contain the frames from when an error happens. If this option is enabled (set to `True`) all frames from the beginning of the execution will be added to the stack trace sent to Sentry.
137-
138-
Default value is `False`.
136+
When capturing errors, Sentry stack traces typically only include frames that start the moment an error occurs. But if the "add-full-stack" option is enabled (set to `True`), all frames from the start of execution will be included in the stack trace sent to Sentry. By default, this option is set to `False`.
139137

140138
</ConfigKey>
141139

142140
<ConfigKey name="max-stack-frames">
143141

144-
This option limits the number of stack frames that will be captured. Limiting is only applied if `add_full_stack` is enabled.
145-
146-
Default value is `100`.
142+
This option limits the number of stack frames that will be captured when `add_full_stack` is enabled. The default value is `100`.
147143

148144
</ConfigKey>
149145

0 commit comments

Comments
 (0)