@flarelog/sdk / AutoCaptureConfig
Interface: AutoCaptureConfig
Defined in: types.ts:175
Automatic error capture configuration
Properties
console?
optionalconsole?:boolean|ConsoleCaptureOptions
Defined in: types.ts:177
Capture console.error / console.warn (and optionally more)
globalErrors?
optionalglobalErrors?:boolean
Defined in: types.ts:179
Capture global/runtime error events
rejections?
optionalrejections?:boolean
Defined in: types.ts:181
Capture unhandled promise rejections
fetchHandler?
optionalfetchHandler?:boolean
Defined in: types.ts:183
Enable worker fetch handler wrapper helpers. Not currently used.
worker?
optionalworker?:boolean
Defined in: types.ts:185
Enable Web Worker wrapper helpers. Not currently used.
dedupWindowMs?
optionaldedupWindowMs?:number
Defined in: types.ts:187
Deduplication window in milliseconds. Defaults to 5000
navigation?
optionalnavigation?:boolean
Defined in: types.ts:189
Capture navigation breadcrumbs. Not yet implemented.
http?
optionalhttp?:boolean
Defined in: types.ts:191
Capture fetch/XHR breadcrumbs and performance data. Not yet implemented.
clicks?
optionalclicks?:boolean
Defined in: types.ts:193
Capture DOM click breadcrumbs. Not yet implemented.