We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbe9fa commit 6023d6dCopy full SHA for 6023d6d
index.d.ts
@@ -154,7 +154,7 @@ declare namespace Rollbar {
154
export type LocalsType = typeof Locals;
155
export type LocalsOptions = LocalsType | LocalsSettings;
156
export interface LocalsSettings {
157
- locals: LocalsType,
+ module: LocalsType,
158
enabled?: boolean;
159
uncaughtOnly?: boolean;
160
depth?: number;
@@ -239,7 +239,7 @@ declare namespace Rollbar {
239
host?: string;
240
/**
241
* It is used in two different ways: `source maps`, and `source control`.
242
- *
+ *
243
* If you are looking for more information on it please go to:
244
* {@link https://docs.rollbar.com/docs/source-maps}
245
* {@link https://docs.rollbar.com/docs/source-control}
0 commit comments