We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66523e3 commit 2ed9b1bCopy full SHA for 2ed9b1b
packages/utils/src/lib/profiler/profiler.ts
@@ -261,8 +261,8 @@ export type NodejsProfilerOptions<
261
Tracks extends Record<string, ActionTrackEntryPayload>,
262
> = ProfilerOptions<Tracks> &
263
Omit<PerformanceObserverOptions<DomainEvents>, 'sink'> & {
264
- /** Sink for buffering and flushing performance data
265
- * @NOTE this is dummy code and will be replaced by PR #1210
+ /**
+ * Sink for buffering and flushing performance data
266
**/
267
sink: AppendableSink<DomainEvents>;
268
0 commit comments