Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorg things
Browse files Browse the repository at this point in the history
pauldambra committed Nov 11, 2024
1 parent 0efff91 commit 31244a1
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/utils/before-send-utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { sampleByDistinctId, sampleByEvent, sampleBySessionId } from '../../utils/before-capture.utils'
import { CaptureResult } from '../../types'
import { isNull } from '../../utils/type-utils'
import { sampleByDistinctId, sampleByEvent, sampleBySessionId } from '../../customizations/before-send'

beforeAll(() => {
let fiftyFiftyRandom = true
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { clampToRange } from './number-utils'
import { clampToRange } from '../utils/number-utils'
import { CaptureResult, KnownEventName } from '../types'
import { includes } from './index'
import { includes } from '../utils'

function simpleHash(str: string) {
let hash = 0

0 comments on commit 31244a1

Please sign in to comment.