8000
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 da6767f commit f52bd29Copy full SHA for f52bd29
packages/raven-js/typescript/raven.d.ts
@@ -49,7 +49,7 @@ declare namespace Raven {
49
fingerprint?: string[];
50
51
/** An array of strings representing keys that should be scrubbed from the payload sent to Sentry */
52
- sanitizeKeys?: string[];
+ sanitizeKeys?: (RegExp | string)[];
53
54
/** A function which allows mutation of the data payload right before being sent to Sentry */
55
dataCallback?: (data: any) => any;
0 commit comments