Skip to content

Commit 9a67d6c

Browse files
committed
CHANGELOG
1 parent 62167cf commit 9a67d6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
- [react] feat: Add instrumentation for React Router v3 (#2759)
7+
- [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)
78

89
## 5.20.0
910

packages/tracing/src/browser/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import { SpanContext } from '@sentry/types';
12
import { getGlobalObject, logger } from '@sentry/utils';
23

34
import { Span } from '../span';
45
import { Transaction } from '../transaction';
56

67
import { msToSec } from './utils';
7-
import { TransactionContext, SpanContext } from '@sentry/types';
88

99
const global = getGlobalObject<Window>();
1010

0 commit comments

Comments
 (0)