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 b9906aa commit cdf1c87Copy full SHA for cdf1c87
packages/hub/test/session.test.ts
@@ -1,7 +1,7 @@
1
import { SessionContext, SessionStatus } from '@sentry/types';
2
+import { timestampInSeconds } from '@sentry/utils';
3
4
import { Session } from '../src/session';
-import { timestampInSeconds } from '@sentry/utils';
5
6
describe('Session', () => {
7
it('initializes with the proper defaults', () => {
0 commit comments