File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 *
99 * The extracted context becomes the parent of the `aws.lambda` span (and any
1010 * downstream spans created by dd-trace-js, including `aws.durable.execute`).
11- * Therefore all `aws.lambda` spans will be anchored to the first
11+ * Therefore all `aws.lambda` spans will be anchored to the first
1212 * `aws.durable.execute` span for a durable execution.
1313 *
1414 * Checkpoint data will be written by the dd-trace-js plugin in Datadog style
@@ -83,7 +83,6 @@ function findLatestCheckpointHeaders(event: DurableExecutionEventShape): Record<
8383 return null ;
8484}
8585
86-
8786export class DurableExecutionEventTraceExtractor implements EventTraceExtractor {
8887 constructor ( private tracerWrapper : TracerWrapper ) { }
8988
@@ -104,5 +103,3 @@ export class DurableExecutionEventTraceExtractor implements EventTraceExtractor
104103 return null ;
105104 }
106105}
107-
108-
You can’t perform that action at this time.
0 commit comments