func refreshSession()

in Sources/apm-agent-ios/Session/SessionManager.swift [70:76]


  func refreshSession() {
    currentId = UUID()
    lastUpdated = Date()
    NotificationCenter.default.post(
      name: .elasticSessionManagerDidRefreshSession, object: self,
      userInfo: ["id": currentId, "lastUpdated": lastUpdated])
  }