-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(tracing): Add GB unit to device memory tag value #4935
Conversation
@lobsterkatie @AbhiPrasad Unsure if this is something we could add to v7 release 👀 |
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something that would fit better as a custom measurement? I guess we don't index measurements in the same way as tags though (at least not yet).
As per #4882, we are targeting it so that all changes get merged into 7.x
branch. We can merge this in for v7!
I intentionally set this as a tag as it's easier to do with minimal complexity. But it might be transitioned once metrics product is more fleshed out.
I'll see if I can rebase this PR to |
Yes please, that would be great! |
f90ba85
to
aa91d09
Compare
@AbhiPrasad I've rebased it against |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
@AbhiPrasad thanks! Is there a tentative timeline for the v7 release? Just something I can communicate back to the team for this fix. |
First betas are our end of Q1 - then 2-3 weeks of testing until full release prob. |
Since tag values are always strings, it'll be useful to attach units to the `deviceMemory` tag. Since `navigator.deviceMemory` are approximate in gigabytes, we can suffix the tag value with " GB". Reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory
Since tag values are always strings, it'll be useful to attach units to the `deviceMemory` tag. Since `navigator.deviceMemory` are approximate in gigabytes, we can suffix the tag value with " GB". Reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory
Since tag values are always strings, it'll be useful to attach units to the `deviceMemory` tag. Since `navigator.deviceMemory` are approximate in gigabytes, we can suffix the tag value with " GB". Reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory
Since tag values are always strings, it'll be useful to attach units to the `deviceMemory` tag. Since `navigator.deviceMemory` are approximate in gigabytes, we can suffix the tag value with " GB". Reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory
Since tag values are always strings, it'll be useful to attach units to the
deviceMemory
tag. Sincenavigator.deviceMemory
are approximate in gigabytes, we can suffix the tag value with " GB".When seeing these values in Sentry product, it's non-obvious that they're in gigabytes:
Reference: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory