func handleSessionChange()

in Sources/apm-agent-ios/Session/SessionSampler.swift [80:83]


  func handleSessionChange(_ notification: NSNotification) {
    let sampleRate = sampleRateResolver()
    shouldSample = Double.random(in: 0...1) <= sampleRate
  }