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 11bcb46 commit 6561861Copy full SHA for 6561861
src/main.ts
@@ -46,9 +46,12 @@ export {
46
// export type * from './v2/types'
47
48
// v3
49
+export * from './v3/constants'
50
export * from './v3/convertToRum'
51
+export * from './v3/defaultDeduplicationStrategy'
52
export * from './v3/ensureTimestamp'
53
export * from './v3/firstCPUIdle'
54
+export * from './v3/getCommonUrlForTracing'
55
export * from './v3/getDynamicQuietWindowDuration'
56
export * from './v3/getSpanFromPerformanceEntry'
57
export * from './v3/hooks'
0 commit comments