-
Notifications
You must be signed in to change notification settings - Fork 471
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
POC: capture script attribution data passed via performance.mark
#192
base: main
Are you sure you want to change the base?
POC: capture script attribution data passed via performance.mark
#192
Conversation
adamsilverstein
commented
Oct 31, 2024
•
edited
Loading
edited
As you're already aware, we can't take PRs from Github. Our workflow requires gerrit. @and-oli will definitely take a look! |
Right! Indeed, this is very much experimental and not intended as an actual PR (hence the draft state). Opened this primarily to be able to easily share and get inline feedback. |
Co-authored-by: Pascal Birchler <[email protected]>
if (url) { | ||
const attribution = TimelineUIUtils.getAttributionForUrl(url, [...options.selected.parsedTrace.UserTimings.performanceAttributions]); | ||
if (attribution) { | ||
query = `${query}\n\nNote:Attribution for this source: ${attribution}`; |
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.
Do the prompt strings need to be localized?