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 36e9f38 commit 0d3acf0Copy full SHA for 0d3acf0
lib/trace.js
@@ -7,7 +7,9 @@ var traceNoop = {
7
report: function () {},
8
reportError: function () {},
9
getTransactionId: function () {},
10
- sendMemorySnapshot: function () {}
+ sendMemorySnapshot: function () {},
11
+ recordMetric: function () {},
12
+ incrementMetric: function () {}
13
}
14
15
function Trace (config) {
0 commit comments