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 320a430 commit 12bf705Copy full SHA for 12bf705
packages/signals/signals/src/types/factories.ts
@@ -29,7 +29,7 @@ const createBaseSignal = <
29
) => {
30
return {
31
timestamp: new Date().toISOString(),
32
- anonymousId: '', // not set yet -- will be set by the runtime // TODO
+ anonymousId: '', // to be set by a middleware (that runs once analytics is instantiated)
33
type,
34
data: {
35
...data,
0 commit comments