Skip to content

Commit

Permalink
ref: Always use lowercase files (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 25, 2021
1 parent bf52938 commit 1566d01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hub/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { addGlobalEventProcessor, Scope } from './scope';
export { Session } from './session';
export { SessionFlusher } from './sessionFlusher';
export { SessionFlusher } from './sessionflusher';
export {
// eslint-disable-next-line deprecation/deprecation
getActiveDomain,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/hub/test/sessionflusher.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RequestSessionStatus, Status } from '@sentry/types';

import { SessionFlusher } from '../src/sessionFlusher';
import { SessionFlusher } from '../src/sessionflusher';

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

0 comments on commit 1566d01

Please sign in to comment.