-
Notifications
You must be signed in to change notification settings - Fork 415
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
Existing profiles from vernier fail to load #5368
Comments
Looks like these vernier profiles don't include The error comes from here: profiler/src/profile-logic/profile-data.js Line 4159 in 3e62ca1
Interestingly in the profile types, subcategories were never optional: Line 262 in 3e62ca1
So the current profiler code is technically correct, but probably we were trying to be more careful before and not throwing an error. Ideally it would be good if vernier could fix the problem on their side. But that won't fix the older profiles that are captured already. @mstange should we add an upgrader for the older profiles, or should we try to check it's presence directly? |
Ah interesting, I think we can just tweak the existing upgrader a bit. I'll give it a try. |
Hi everyone
When I click links
https://share.firefox.dev/3Ld89id
https://share.firefox.dev/3DhLsFa
on the readme page(https://github.com/jhawthorn/vernier?tab=readme-ov-file) I get error:
Uh oh, some unknown error happened in profiler.firefox.com.
TypeError: Cannot read properties of null (reading '0').
Please report this issue to the developers, including the full error as displayed in the Developer Tools’ Web Console.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: