We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62167cf commit 9a67d6cCopy full SHA for 9a67d6c
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
- [react] feat: Add instrumentation for React Router v3 (#2759)
7
+- [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)
8
9
## 5.20.0
10
packages/tracing/src/browser/metrics.ts
@@ -1,10 +1,10 @@
1
+import { SpanContext } from '@sentry/types';
2
import { getGlobalObject, logger } from '@sentry/utils';
3
import { Span } from '../span';
import { Transaction } from '../transaction';
import { msToSec } from './utils';
-import { TransactionContext, SpanContext } from '@sentry/types';
const global = getGlobalObject<Window>();
0 commit comments