We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc7b1a commit 5e5ac22Copy full SHA for 5e5ac22
packages/javascript/src/addons/consoleCatcher.ts
@@ -3,7 +3,7 @@
3
*/
4
import type { ConsoleLogEvent } from '@hawk.so/types';
5
import Sanitizer from '../modules/sanitizer';
6
-import { stringifyRejectionReason } from 'src/utils/event';
+import { stringifyRejectionReason } from '../utils/event';
7
8
/**
9
* Maximum number of console logs to store
0 commit comments