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 1cb5ec6 commit 93aa7fcCopy full SHA for 93aa7fc
src/types/hawk-initial-settings.ts
@@ -63,9 +63,11 @@ export interface HawkInitialSettings {
63
disableGlobalErrorsHandling?: boolean;
64
65
/**
66
- * This Method allows you to filter any data you don't want sending to Hawk
+ * This Method allows you to filter any data you don't want sending to Hawk.
67
+ *
68
+ * Return `false` to prevent the event from being sent to Hawk.
69
*/
- beforeSend?(event: HawkJavaScriptEvent): HawkJavaScriptEvent;
70
+ beforeSend?(event: HawkJavaScriptEvent): HawkJavaScriptEvent | false;
71
72
73
* Disable Vue.js error handler
0 commit comments