Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 24, 2020
1 parent be692e6 commit 885c741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
- [react] feat: Add instrumentation for React Router v3 (#2759)
- [apm/tracing] fix: Make sure fetch requests are being timed correctly (#2772)
- [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)

## 5.20.0

Expand Down
2 changes: 1 addition & 1 deletion packages/tracing/src/browser/metrics.ts
@@ -1,9 +1,9 @@
import { SpanContext } from '@sentry/types';
import { getGlobalObject, logger } from '@sentry/utils';

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

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

const global = getGlobalObject<Window>();

Expand Down

0 comments on commit 885c741

Please sign in to comment.