自定义属性未显示在 Answers 仪表板上

Custom attributes not showing on Answers dashboard

我正在使用 Answers (Fabric) 以便在我的应用程序中进行一些分析,但是 fabric.io 中的 Answers 仪表板出现问题。 当我收到从我的应用程序发送的事件时,我无法看到自定义属性选项卡。

不管是不是自定义事件,自定义属性标签都不出现。在默认事件(共享、内容视图...)中,默认选项卡如 content_typecontent_id 会正确显示。

发生什么事了?我以这种方式关注了 Fabric 文档

 Answers.logCustomEvent(withName: "eventName", customAttributes: [
        "Custom String": "foo",
        "Custom Number": 35])

但它根本不起作用。

提前致谢。

我遇到了同样的问题,这似乎是他们这边持续存在的系统问题:

Monitoring - The Answers Custom Events delay is resolved for iOS, tvOS, and macOS apps. We're continuing to work through our queue of Android app events. Jan 4, 18:02 UTC

Investigating - We're currently experiencing a delay processing and displaying Answers Custom Events. The team is investigating the issue. Jan 4, 15:09 UTC

来源:Fabric Status Page