File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,15 @@ export type { MouseEventOnElement } from './domain/action/listenActionEvents'
6363export { supportPerformanceTimingEvent } from './browser/performanceObservable'
6464export { RumPerformanceEntryType } from './browser/performanceObservable'
6565export type { AllowedRawRumEvent } from './domain/event/eventCollection'
66- export type { DurationVitalStart , AddDurationVitalOptions , DurationVitalOptions } from './domain/vital/vitalCollection'
66+ export type {
67+ DurationVitalStart ,
68+ AddDurationVitalOptions ,
69+ DurationVitalOptions ,
70+ FeatureOperationOptions ,
71+ FailureReason ,
72+ } from './domain/vital/vitalCollection'
73+ export type { ActionOptions } from './domain/action/trackManualActions'
74+ export type { ResourceOptions , ResourceStopOptions } from './domain/resource/trackManualResources'
6775export type { Hooks , DefaultRumEventAttributes , DefaultTelemetryEventAttributes } from './domain/hooks'
6876export { createHooks } from './domain/hooks'
6977export type { TracingOption , PropagatorType } from './domain/tracing/tracer.types'
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ export type {
3333 StartRecordingOptions ,
3434 AddDurationVitalOptions ,
3535 DurationVitalOptions ,
36+ FeatureOperationOptions ,
37+ FailureReason ,
38+ ActionOptions ,
39+ ResourceOptions ,
40+ ResourceStopOptions ,
3641 TracingOption ,
3742 RumPlugin ,
3843 OnRumStartOptions ,
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ export type {
4343 StartRecordingOptions ,
4444 AddDurationVitalOptions ,
4545 DurationVitalOptions ,
46+ FeatureOperationOptions ,
47+ FailureReason ,
48+ ActionOptions ,
49+ ResourceOptions ,
50+ ResourceStopOptions ,
4651 TracingOption ,
4752 RumPlugin ,
4853 OnRumStartOptions ,
You can’t perform that action at this time.
0 commit comments