Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
k-fish committed Jun 27, 2023
1 parent d8ebd86 commit 1abbe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing-internal/src/browser/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function addHTTPTimings(span: Span): void {
function resourceTimingEntryToSpanData(resourceTiming: PerformanceResourceTiming): [string, string | number][] {
const version = resourceTiming.nextHopProtocol.split('/')[1];

const timingSpanData : [string, string | number][] = [];
const timingSpanData: [string, string | number][] = [];
if (version) {
timingSpanData.push(['network.protocol.version', version]);
}
Expand Down

0 comments on commit 1abbe42

Please sign in to comment.