mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-28 19:52:53 +00:00
[raven]: Fix CaptureOptions.fingerprint definition
This commit is contained in:
parent
135c72d992
commit
b2da60db58
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user