Skip to content

Commit 62adb63

Browse files
committed
wip
1 parent 73af57a commit 62adb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/core/processor/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class SignalEventProcessor {
1818
const name = methodName as MethodName
1919
const eventsCollection = analyticsMethodCalls[name]
2020
eventsCollection.forEach((args) => {
21-
logger.info('New signals-originated event:', name, { args })
21+
logger.info('New method call:', `analytics.${name}()`, args)
2222

2323
// @ts-ignore
2424
this.analytics[name](...args)

0 commit comments

Comments
 (0)