Skip to content

Commit 885c741

Browse files
committed
CHANGELOG
1 parent be692e6 commit 885c741

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
@@ -5,6 +5,7 @@
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)
77
- [apm/tracing] fix: Make sure fetch requests are being timed correctly (#2772)
8+
- [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)
89

910
## 5.20.0
1011

packages/tracing/src/browser/metrics.ts

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

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

56
import { msToSec } from './utils';
6-
import { TransactionContext, SpanContext } from '@sentry/types';
77

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

0 commit comments

Comments
 (0)