Skip to content

Commit 287a5a0

Browse files
committed
Remove comment
1 parent b56ffd9 commit 287a5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const STACK_TRACE_MAX_LENGTH = 10
8686
// We use `util.inspect()` instead of `JSON.stringify()` to support more
8787
// types and circular references.
8888
// `sorted` prevents the same event using different keys order from having
89-
// a different fingerprint. It is only `Node.js 10` but is backward-compatible
89+
// a different fingerprint.
9090
// Big arrays, objects or buffers will be truncated, which makes this call
9191
// less CPU-intensive and the result value smaller in memory. However it
9292
// introduces higher risk of false positives (event being flagged as repeated

0 commit comments

Comments
 (0)