Skip to content

Commit 1566d01

Browse files
authored
ref: Always use lowercase files (getsentry#3742)
1 parent bf52938 commit 1566d01

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/hub/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { addGlobalEventProcessor, Scope } from './scope';
22
export { Session } from './session';
3-
export { SessionFlusher } from './sessionFlusher';
3+
export { SessionFlusher } from './sessionflusher';
44
export {
55
// eslint-disable-next-line deprecation/deprecation
66
getActiveDomain,

packages/hub/test/sessionflusher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { RequestSessionStatus, Status } from '@sentry/types';
22

3-
import { SessionFlusher } from '../src/sessionFlusher';
3+
import { SessionFlusher } from '../src/sessionflusher';
44

55
describe('Session Flusher', () => {
66
let sendSession: jest.Mock;

0 commit comments

Comments
 (0)