Skip to content

Commit dfe1668

Browse files
AbhiPrasadHazAT
andauthored
Apply suggestions from code review
Co-authored-by: Daniel Griesser <[email protected]>
1 parent 9a67d6c commit dfe1668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apm/src/integrations/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ function historyCallback(_: { [key: string]: any }): void {
10571057

10581058
/**
10591059
* Helper function to start child on transactions. This function will make sure that the transaction will
1060-
* will use the start timestamp of the created child span if it is earlier than the transactions actual
1060+
* use the start timestamp of the created child span if it is earlier than the transactions actual
10611061
* start timestamp.
10621062
*/
10631063
export function _startChild(parent: Span, { startTimestamp, ...ctx }: SpanContext): Span {

packages/tracing/src/browser/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function addRequest(transaction: Transaction, entry: Record<string, any>, timeOr
282282

283283
/**
284284
* Helper function to start child on transactions. This function will make sure that the transaction will
285-
* will use the start timestamp of the created child span if it is earlier than the transactions actual
285+
* use the start timestamp of the created child span if it is earlier than the transactions actual
286286
* start timestamp.
287287
*/
288288
export function _startChild(transaction: Transaction, { startTimestamp, ...ctx }: SpanContext): Span {

0 commit comments

Comments
 (0)