File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/tracing/src/browser Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
- [ react] feat: Add instrumentation for React Router v3 (#2759 )
7
7
- [ 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 )
8
9
9
10
## 5.20.0
10
11
Original file line number Diff line number Diff line change
1
+ import { SpanContext } from '@sentry/types' ;
1
2
import { getGlobalObject , logger } from '@sentry/utils' ;
2
3
3
4
import { Transaction } from '../transaction' ;
4
5
5
6
import { msToSec } from './utils' ;
6
- import { TransactionContext , SpanContext } from '@sentry/types' ;
7
7
8
8
const global = getGlobalObject < Window > ( ) ;
9
9
You can’t perform that action at this time.
0 commit comments