diff --git a/packages/apm/src/integrations/tracing.ts b/packages/apm/src/integrations/tracing.ts index c610762fa989..75430261eee5 100644 --- a/packages/apm/src/integrations/tracing.ts +++ b/packages/apm/src/integrations/tracing.ts @@ -1057,7 +1057,7 @@ function historyCallback(_: { [key: string]: any }): void { /** * Helper function to start child on transactions. This function will make sure that the transaction will - * will use the start timestamp of the created child span if it is earlier than the transactions actual + * use the start timestamp of the created child span if it is earlier than the transactions actual * start timestamp. */ export function _startChild(parent: Span, { startTimestamp, ...ctx }: SpanContext): Span { diff --git a/packages/tracing/src/browser/metrics.ts b/packages/tracing/src/browser/metrics.ts index fa5ee2ca130b..f24659e47df9 100644 --- a/packages/tracing/src/browser/metrics.ts +++ b/packages/tracing/src/browser/metrics.ts @@ -282,7 +282,7 @@ function addRequest(transaction: Transaction, entry: Record, timeOr /** * Helper function to start child on transactions. This function will make sure that the transaction will - * will use the start timestamp of the created child span if it is earlier than the transactions actual + * use the start timestamp of the created child span if it is earlier than the transactions actual * start timestamp. */ export function _startChild(transaction: Transaction, { startTimestamp, ...ctx }: SpanContext): Span {