Firebase Performance View Sessions shows no sessions
Asked Answered
S

2

8

I am trying to integrate my Android app with the Firebase Performance Monitoring as per the documentation.

I am seeing data being reported in the console, but I am always seeing "0 sessions". When I tap on "View Sessions", I just get a generic message saying I need to upgrade my SDK.

I am using 'com.google.firebase:firebase-perf:20.0.1'.

Am I missing something?

0 sessions

enter image description here

Sniper answered 17/6, 2021 at 20:8 Comment(1)
Were you able to find solution ... I don't use any remote config as in the only answerReconnoitre
B
0

Check your remote config if you are using it, and create more scenarios for performance to listen to as the device isn't triggering it correctly.

Source: https://firebase.google.com/docs/perf-mon/app-start-foreground-background-traces?authuser=0#more-detail-trace-samples

Bergeman answered 17/6, 2021 at 23:15 Comment(0)
S
0

Did you generate 100 samples or more? I found this Github comment explaining that the sample rate is 1% so you need to have at least 100 samples for sessions to show up: https://github.com/firebase/firebase-ios-sdk/issues/10799#issuecomment-1424141052

Strophanthus answered 22/3 at 4:5 Comment(1)
This awnser should be a comment on the post, not an answer.Postage

© 2022 - 2024 — McMap. All rights reserved.