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 73af57a commit 62adb63Copy full SHA for 62adb63
packages/signals/signals/src/core/processor/processor.ts
@@ -18,7 +18,7 @@ export class SignalEventProcessor {
18
const name = methodName as MethodName
19
const eventsCollection = analyticsMethodCalls[name]
20
eventsCollection.forEach((args) => {
21
- logger.info('New signals-originated event:', name, { args })
+ logger.info('New method call:', `analytics.${name}()`, args)
22
23
// @ts-ignore
24
this.analytics[name](...args)
0 commit comments