mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 08:58:49 +08:00
Merge pull request #17823 from wong2/patch-1
[raven]: Fix CaptureOptions.fingerprint definition
This commit is contained in:
2
types/raven/index.d.ts
vendored
2
types/raven/index.d.ts
vendored
@@ -84,6 +84,6 @@ export type TransportCallback = (options: { [key: string]: any }) => void;
|
||||
export interface CaptureOptions {
|
||||
tags?: { [key: string]: string };
|
||||
extra?: { [key: string]: any };
|
||||
fingerprint?: string;
|
||||
fingerprint?: string[];
|
||||
level?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user