Skip to content

Commit

Permalink
🚚 [RUM] rename file viewTracker to viewCollection
Browse files Browse the repository at this point in the history
The view logic will be changed to emit lifeCycle events. Like other
component emiting lifeCycle events, name the file as "xxCollection"
  • Loading branch information
BenoitZugmeyer committed Apr 17, 2020
1 parent e8b07a9 commit 61429be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rum/src/rum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
import { InternalContext, RumGlobal } from './rum.entry'
import { RumSession } from './rumSession'
import { getUserActionReference, UserActionMeasures, UserActionReference, UserActionType } from './userActionCollection'
import { trackView, viewContext, ViewMeasures } from './viewTracker'
import { trackView, viewContext, ViewMeasures } from './viewCollection'

export interface PerformancePaintTiming extends PerformanceEntry {
entryType: 'paint'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getHash, getPathName, getSearch } from '@datadog/browser-core'
import { LifeCycle, LifeCycleEventType } from '../src/lifeCycle'
import { PerformanceLongTaskTiming, PerformancePaintTiming, RumViewEvent } from '../src/rum'
import { UserAction, UserActionType } from '../src/userActionCollection'
import { trackView, viewContext } from '../src/viewTracker'
import { trackView, viewContext } from '../src/viewCollection'

function setup({
addRumEvent,
Expand Down

0 comments on commit 61429be

Please sign in to comment.