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 481520f commit 3539d95Copy full SHA for 3539d95
packages/react/src/profiler.tsx
@@ -1,7 +1,6 @@
1
import { startInactiveSpan } from '@sentry/browser';
2
import type { Span } from '@sentry/core';
3
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, spanToJSON, timestampInSeconds, withActiveSpan } from '@sentry/core';
4
-
5
import * as React from 'react';
6
7
import { REACT_MOUNT_OP, REACT_RENDER_OP, REACT_UPDATE_OP } from './constants';
0 commit comments