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 b8afab1 commit 9020164Copy full SHA for 9020164
typescript/raven.d.ts
@@ -22,7 +22,7 @@ interface RavenOptions {
22
/** The name of the server or device that the client is running on */
23
serverName?: string;
24
25
- /** List of messages to be fitlered out before being sent to Sentry. */
+ /** List of messages to be filtered out before being sent to Sentry. */
26
ignoreErrors?: (RegExp | string)[];
27
28
/** Similar to ignoreErrors, but will ignore errors from whole urls patching a regex pattern. */
@@ -39,7 +39,7 @@ interface RavenOptions {
39
[id: string]: string;
40
};
41
42
- /** set to true to get the strack trace of your message */
+ /** set to true to get the stack trace of your message */
43
stacktrace?: boolean;
44
45
extra?: any;
0 commit comments