Skip to content

Commit 9cb8442

Browse files
authored
update debug log
1 parent 90ca147 commit 9cb8442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/metrics/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function _INTERNAL_captureMetric(beforeMetric: Metric, options?: Internal
171171
const processedMetric = _experiments?.beforeSendMetric ? _experiments.beforeSendMetric(metric) : metric;
172172

173173
if (!processedMetric) {
174-
DEBUG_BUILD && debug.log('An event processor returned `null`, will not send metric.');
174+
DEBUG_BUILD && debug.log('`beforeSendMetric` returned `null`, will not send metric.');
175175
return;
176176
}
177177

0 commit comments

Comments
 (0)