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 b56ffd9 commit 287a5a0Copy full SHA for 287a5a0
src/repeat.js
@@ -86,7 +86,7 @@ const STACK_TRACE_MAX_LENGTH = 10
86
// We use `util.inspect()` instead of `JSON.stringify()` to support more
87
// types and circular references.
88
// `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
+// a different fingerprint.
90
// Big arrays, objects or buffers will be truncated, which makes this call
91
// less CPU-intensive and the result value smaller in memory. However it
92
// introduces higher risk of false positives (event being flagged as repeated
0 commit comments