Skip to content

Commit

Permalink
Use RumFeature#context instead of CoreFeature#contextRef in RumFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Jul 12, 2022
1 parent 384e618 commit ef707b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internal class RumFeature(
}

override fun onStop() {
unregisterTrackingStrategies(coreFeature.contextRef.get())
unregisterTrackingStrategies(appContext)

viewTrackingStrategy = NoOpViewTrackingStrategy()
actionTrackingStrategy = NoOpUserActionTrackingStrategy()
Expand Down

0 comments on commit ef707b2

Please sign in to comment.