Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Griesser <daniel.griesser.86@gmail.com>
  • Loading branch information
AbhiPrasad and HazAT committed Jul 24, 2020
1 parent 9a67d6c commit dfe1668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apm/src/integrations/tracing.ts
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/tracing/src/browser/metrics.ts
Expand Up @@ -282,7 +282,7 @@ function addRequest(transaction: Transaction, entry: Record<string, any>, 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 {
Expand Down

0 comments on commit dfe1668

Please sign in to comment.