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 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
Original file line number Diff line number Diff line change 1+ import { SpanContext } from '@sentry/types' ;
12import { getGlobalObject , logger } from '@sentry/utils' ;
23
34import { Transaction } from '../transaction' ;
45
56import { msToSec } from './utils' ;
6- import { TransactionContext , SpanContext } from '@sentry/types' ;
77
88const global = getGlobalObject < Window > ( ) ;
99
You can’t perform that action at this time.
0 commit comments