Skip to content

Commit 6561861

Browse files
committed
fix: add missing exports
1 parent 11bcb46 commit 6561861

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ export {
4646
// export type * from './v2/types'
4747

4848
// v3
49+
export * from './v3/constants'
4950
export * from './v3/convertToRum'
51+
export * from './v3/defaultDeduplicationStrategy'
5052
export * from './v3/ensureTimestamp'
5153
export * from './v3/firstCPUIdle'
54+
export * from './v3/getCommonUrlForTracing'
5255
export * from './v3/getDynamicQuietWindowDuration'
5356
export * from './v3/getSpanFromPerformanceEntry'
5457
export * from './v3/hooks'

0 commit comments

Comments
 (0)