Skip to content

Commit 5403a87

Browse files
committed
testing: add robust source testing
1 parent 2108f6c commit 5403a87

File tree

2 files changed

+673
-0
lines changed

2 files changed

+673
-0
lines changed

packages/api/src/models/source.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ export const SessionSource = Source.discriminator<
128128
SourceKind.Session,
129129
new mongoose.Schema<Extract<TSource, { kind: SourceKind.Session }>>({
130130
traceSourceId: String,
131+
timestampValueExpression: String,
131132
}),
132133
);

0 commit comments

Comments
 (0)