Skip to content

Commit 3e51fc6

Browse files
committed
fixed typo in RavenBreadcrumbOptions
1 parent 1f55f01 commit 3e51fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/raven.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ interface RavenStatic {
196196

197197

198198
// --- Helper Interfaces for Options --------------
199-
export interface RavenBreadcrumOptions {
199+
export interface RavenBreadcrumbOptions {
200200
/** Whether to collect XHR calls, defaults to true */
201201
xhr?: boolean;
202202

@@ -254,7 +254,7 @@ export interface RavenGlobalOptions extends CommonRavenOptions {
254254
serverName?: string;
255255

256256
/** Configures which breadcrumbs are collected automatically */
257-
autoBreadcrumbs?: boolean | RavenBreadcrumOptions;
257+
autoBreadcrumbs?: boolean | RavenBreadcrumbOptions;
258258

259259
/** Whether to collect errors on the window via TraceKit.collectWindowErrors. Default: true. */
260260
collectWindowErrors?: boolean;

0 commit comments

Comments
 (0)