Skip to content

Commit 07a889f

Browse files
committed
Remove TraceKit-specific options from docs
1 parent 6315478 commit 07a889f

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

docs/config.rst

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -250,44 +250,3 @@ Putting it all together
250250
<script src="myapp.js"></script>
251251
</body>
252252
</html>
253-
254-
TraceKit specific optional settings
255-
-----------------------------------
256-
257-
Usually there is no need to touch these settings, but they exist in case
258-
you need to tweak something.
259-
260-
.. describe:: fetchContext
261-
262-
Enable TraceKit to attempt to fetch source files to look up anonymous
263-
function names, this can be useful to enable if you don't get the context
264-
for some entries in the stack trace. Default value is ``false``.
265-
266-
.. code-block:: javascript
267-
268-
{
269-
fetchContext: true
270-
}
271-
272-
.. describe:: linesOfContext
273-
274-
The count of lines surrounding the error line that should be used as
275-
context in the stack trace, default value is ``11``. Only applicable when
276-
``fetchContext`` is enabled.
277-
278-
.. code-block:: javascript
279-
280-
{
281-
linesOfContext: 11
282-
}
283-
284-
.. describe:: collectWindowErrors
285-
286-
Enable or disable the TraceKit ``window.onerror`` handler, default
287-
value is ``true``.
288-
289-
.. code-block:: javascript
290-
291-
{
292-
collectWindowErrors: true
293-
}

0 commit comments

Comments
 (0)