Skip to content

Commit

Permalink
fix: fix LocalsSettings type (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Mar 17, 2022
1 parent 4bbe9fa commit 6023d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Expand Up @@ -154,7 +154,7 @@ declare namespace Rollbar {
export type LocalsType = typeof Locals;
export type LocalsOptions = LocalsType | LocalsSettings;
export interface LocalsSettings {
locals: LocalsType,
module: LocalsType,
enabled?: boolean;
uncaughtOnly?: boolean;
depth?: number;
Expand Down Expand Up @@ -239,7 +239,7 @@ declare namespace Rollbar {
host?: string;
/**
* It is used in two different ways: `source maps`, and `source control`.
*
*
* If you are looking for more information on it please go to:
* {@link https://docs.rollbar.com/docs/source-maps}
* {@link https://docs.rollbar.com/docs/source-control}
Expand Down

0 comments on commit 6023d6d

Please sign in to comment.