File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
packages/rum-core/src/domain Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,6 @@ export function startRumAssembly(
8686 ...VIEW_MODIFIABLE_FIELD_PATHS ,
8787 ...ROOT_MODIFIABLE_FIELD_PATHS ,
8888 } ,
89- [ RumEventType . TRANSITION ] : {
90- ...USER_CUSTOMIZABLE_FIELD_PATHS ,
91- ...VIEW_MODIFIABLE_FIELD_PATHS ,
92- ...ROOT_MODIFIABLE_FIELD_PATHS ,
93- } ,
9489 }
9590 const eventRateLimiters = {
9691 [ RumEventType . ERROR ] : createEventRateLimiter (
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export function trackEventCounts({
3030 }
3131
3232 const subscription = lifeCycle . subscribe ( LifeCycleEventType . RUM_EVENT_COLLECTED , ( event ) : void => {
33- if ( event . type === 'view' || event . type === 'vital' || event . type === 'transition' || ! isChildEvent ( event ) ) {
33+ if ( event . type === 'view' || event . type === 'vital' || ! isChildEvent ( event ) ) {
3434 return
3535 }
3636 switch ( event . type ) {
You canβt perform that action at this time.
0 commit comments