Skip to content

Commit 4689ec3

Browse files
committed
wip
1 parent 6f312f3 commit 4689ec3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/signals/signals/src/plugin/signals-plugin.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,15 @@ export class SignalsPlugin implements Plugin, SignalsAugmentedFunctionality {
8787
}
8888

8989
/**
90-
* Turn on debug logging for signals
90+
* Enable redaction and disable ingestion of signals.
9191
*/
9292
debug() {
9393
this.signals.debug()
9494
}
9595

96+
/**
97+
* Log signals to the console.
98+
*/
9699
enableDebugLogging(
97100
...args: Parameters<typeof this.signals.enableDebugLogging>
98101
) {

0 commit comments

Comments
 (0)