Skip to content

Commit 2f2cc1b

Browse files
export AnonymizeResult
1 parent 111acc8 commit 2f2cc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat/src/internal/cli/telemetry/sentry/anonymizer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface WordMatch {
2323
word: string;
2424
}
2525

26-
type AnonymizeResult =
26+
export type AnonymizeResult =
2727
| { success: true; event: Event }
2828
| { success: false; error: string };
2929

0 commit comments

Comments
 (0)