According to the docs, the initialization code should be
OpenReplay.shared.serverURL = "https://your.instance.com/ingest"
OpenReplay.shared.start(projectKey: "projectkey", options: .defaults)
However there is no OpenReplay class in the module
It turns out that the class name is not OpenReplay, but Openreplay
The class name should be changed either in the code or in the docs.
According to the docs, the initialization code should be
However there is no
OpenReplayclass in the moduleIt turns out that the class name is not
OpenReplay, butOpenreplayThe class name should be changed either in the code or in the docs.