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 cc0e701 commit 658989dCopy full SHA for 658989d
packages/core/src/services/tracing/segments/process.ts
@@ -87,7 +87,7 @@ export async function processSegment(
87
} as SegmentMetadata
88
89
// @ts-expect-error seems typescript cannot infer that state types are the same
90
- const processing = await specification.process(state, db)
+ const processing = await specification.process(state, tx)
91
if (processing.error) return Result.error(processing.error)
92
metadata = { ...metadata, ...processing.value }
93
0 commit comments