有谁知道,如何将Bugsense集成到Windows(Phone)8.1通用应用程序中?我已经在我的项目中通过NuGet安装了Bugsense.WP81软件包,但是我无法在WP8中像Bugsense那样集成它。当我尝试从bugsense.com打开官方docs时,我收到了错误。
提前谢谢, 基督教答案 0 :(得分:0)
对不起,这是我的错。您应该在Windows和Windows Phone上添加BugSense软件包。
public App()
{
BugSenseHandler.Instance.InitAndStartSession(new ExceptionManager(Current), "App-Key");
}