We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd792 commit cf99a21Copy full SHA for cf99a21
typescript/raven.d.ts
@@ -61,6 +61,9 @@ interface RavenOptions {
61
62
/** Override the default HTTP data transport handler. */
63
transport?: (options: RavenTransportOptions) => void;
64
+
65
+ /** Allow use of private/secretKey. */
66
+ allowSecretKey?: boolean;
67
68
/** Enables/disables instrumentation of globals. */
69
instrument?: boolean | RavenInstrumentationOptions;
0 commit comments