Skip to content

Commit cf99a21

Browse files
andrewvmailbenvinegar
authored andcommitted
Add allowSecretKey to interface (#968)
Typescript is spitting out errors when I try to use allowSecretKey
1 parent 00fd792 commit cf99a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typescript/raven.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ interface RavenOptions {
6161

6262
/** Override the default HTTP data transport handler. */
6363
transport?: (options: RavenTransportOptions) => void;
64+
65+
/** Allow use of private/secretKey. */
66+
allowSecretKey?: boolean;
6467

6568
/** Enables/disables instrumentation of globals. */
6669
instrument?: boolean | RavenInstrumentationOptions;

0 commit comments

Comments
 (0)