Skip to content

Commit 6023d6d

Browse files
authored
fix: fix LocalsSettings type (#1004)
1 parent 4bbe9fa commit 6023d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ declare namespace Rollbar {
154154
export type LocalsType = typeof Locals;
155155
export type LocalsOptions = LocalsType | LocalsSettings;
156156
export interface LocalsSettings {
157-
locals: LocalsType,
157+
module: LocalsType,
158158
enabled?: boolean;
159159
uncaughtOnly?: boolean;
160160
depth?: number;
@@ -239,7 +239,7 @@ declare namespace Rollbar {
239239
host?: string;
240240
/**
241241
* It is used in two different ways: `source maps`, and `source control`.
242-
*
242+
*
243243
* If you are looking for more information on it please go to:
244244
* {@link https://docs.rollbar.com/docs/source-maps}
245245
* {@link https://docs.rollbar.com/docs/source-control}

0 commit comments

Comments
 (0)