Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sessionNumberMetric in application #91

Closed
jeff-pf opened this issue Mar 26, 2024 · 1 comment
Closed

sessionNumberMetric in application #91

jeff-pf opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeff-pf
Copy link

jeff-pf commented Mar 26, 2024

// Filter out session number metric.
var sessionNumberMetric = payload.Metrics.FirstOrDefault(m => m.Name != Constants.SessionNumberMetricName);

I believe this should be == instead of !=

@SeppPenner SeppPenner self-assigned this Mar 27, 2024
@SeppPenner SeppPenner added the bug Something isn't working label Mar 27, 2024
@SeppPenner
Copy link
Owner

Don't fully trust Github Copilot :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants