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 713ef8c commit 1098595Copy full SHA for 1098595
v-next/hardhat/src/internal/cli/telemetry/sentry/anonymizer.ts
@@ -139,7 +139,7 @@ export class Anonymizer {
139
const nodeModulesIndex = parts.indexOf("node_modules");
140
141
if (nodeModulesIndex === -1) {
142
- if (filename.startsWith("internal")) {
+ if (filename.startsWith("internal") || filename.startsWith("node:")) {
143
// show internal parts of the stack trace
144
return {
145
anonymizedFilename: filename,
0 commit comments