Google Analytics(分析)允许收集基本的上下文信息以及应用程序中的崩溃和异常。这是使用GA库完成的。我目前正在通过使用最新版本的Firebase + Tag Manager SDK将实施升级为使用Google跟踪代码管理器。
我想知道如何确保我的应用崩溃是在GA中注册的? Firebase crashlitycs是另一种工具。我真的需要Google Analytics(分析)中的那些崩溃和异常作为异常/崩溃,而不仅仅是事件。
请咨询。谢谢
答案 0 :(得分:0)
You can create a tag in GTM (exception type) and use the event 'app_exception' (in firebase) as a trigger, sending that information to GA.