File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff 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- }
You can’t perform that action at this time.
0 commit comments