@flarelog/sdk / AutoCaptureConfig
Interface: AutoCaptureConfig
Defined in: types.ts:260
Automatic error capture configuration
Properties
console?
optionalconsole?:boolean|ConsoleCaptureOptions
Defined in: types.ts:262
Capture console.error / console.warn (and optionally more)
globalErrors?
optionalglobalErrors?:boolean
Defined in: types.ts:264
Capture global/runtime error events
rejections?
optionalrejections?:boolean
Defined in: types.ts:266
Capture unhandled promise rejections
fetchHandler?
optionalfetchHandler?:boolean
Defined in: types.ts:268
Enable worker fetch handler wrapper helpers. Not currently used.
worker?
optionalworker?:boolean
Defined in: types.ts:270
Enable Web Worker wrapper helpers. Not currently used.
dedupWindowMs?
optionaldedupWindowMs?:number
Defined in: types.ts:272
Deduplication window in milliseconds. Defaults to 5000
navigation?
optionalnavigation?:boolean
Defined in: types.ts:274
Capture navigation breadcrumbs. Not yet implemented.
http?
optionalhttp?:boolean
Defined in: types.ts:276
Capture fetch/XHR breadcrumbs and performance data. Not yet implemented.
clicks?
optionalclicks?:boolean
Defined in: types.ts:278
Capture DOM click breadcrumbs. Not yet implemented.