File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ interface RavenStatic {
196
196
197
197
198
198
// --- Helper Interfaces for Options --------------
199
- export interface RavenBreadcrumOptions {
199
+ export interface RavenBreadcrumbOptions {
200
200
/** Whether to collect XHR calls, defaults to true */
201
201
xhr ?: boolean ;
202
202
@@ -254,7 +254,7 @@ export interface RavenGlobalOptions extends CommonRavenOptions {
254
254
serverName ?: string ;
255
255
256
256
/** Configures which breadcrumbs are collected automatically */
257
- autoBreadcrumbs ?: boolean | RavenBreadcrumOptions ;
257
+ autoBreadcrumbs ?: boolean | RavenBreadcrumbOptions ;
258
258
259
259
/** Whether to collect errors on the window via TraceKit.collectWindowErrors. Default: true. */
260
260
collectWindowErrors ?: boolean ;
You can’t perform that action at this time.
0 commit comments