Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Remove exposure of instrumentation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed Apr 18, 2018
1 parent 7b974e3 commit 7d17213
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ local Core = require(script.Core)
local Event = require(script.Event)
local Change = require(script.Change)
local GlobalConfig = require(script.GlobalConfig)
local Instrumentation = require(script.Instrumentation)
local PureComponent = require(script.PureComponent)
local Reconciler = require(script.Reconciler)

Expand Down Expand Up @@ -47,9 +46,4 @@ apply(Roact, {
getGlobalConfigValue = GlobalConfig.getValue,
})

apply(Roact, {
getCollectedStats = Instrumentation.getCollectedStats,
clearCollectedStats = Instrumentation.clearCollectedStats,
})

return Roact

0 comments on commit 7d17213

Please sign in to comment.