Skip to content

Commit 08de2cc

Browse files
committed
Fix erroneous resetting of profiler state to undefined (#3394)
1 parent fa35b91 commit 08de2cc

File tree

1 file changed

+0
-1
lines changed
  • packages/dd-trace/src/profiling/profilers

1 file changed

+0
-1
lines changed

packages/dd-trace/src/profiling/profilers/wall.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class NativeWallProfiler {
127127
this._profilerState = this._pprof.time.getState()
128128
this._currentContext = {}
129129
this._pprof.time.setContext(this._currentContext)
130-
this._profilerState = undefined
131130
this._lastSpan = undefined
132131
this._lastStartedSpans = undefined
133132
this._lastSampleCount = 0

0 commit comments

Comments
 (0)