You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to check on Session Replay Beta branch. I am trying to switch swift code to objective-c (my AppDelegate in objective - c) , is there any help for objective - c code below?
import DatadogSessionReplay
var sessionReplay: SessionReplayController!
let configuration = SessionReplayConfiguration(privacy: .maskAll)
sessionReplay = SessionReplay.initialize(with: configuration)
sessionReplay.start()
The text was updated successfully, but these errors were encountered:
Hello @Jacob-Dev-12 👋. Thanks for reaching us and glad you're exploring iOS Session Replay product 🙂! This product is currently in private beta, so we don't yet offer it fully. This will change soon, so please stay tuned.
The thing
Tell us the thing 🙂
Hi,
I am trying to check on Session Replay Beta branch. I am trying to switch swift code to objective-c (my AppDelegate in objective - c) , is there any help for objective - c code below?
The text was updated successfully, but these errors were encountered: