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

fix(perf): Fix HTTP widget documentation link #66011

Merged
merged 4 commits into from Mar 5, 2024

Conversation

gggritso
Copy link
Member

@gggritso gggritso commented Feb 28, 2024

Fixes #65071

Directs users with no HTTP span to the "Set Up Performance" page rather than the "Integrations" page which doesn't even exist for a lot of platforms.

Maybe the widget copy is a little awkward?

e.g.,
Screenshot 2024-02-28 at 3 29 21 PM

The function is _slightly_ different than the name implies.
- change the copy a bit
- redirect to Set Up Performance page
- rename variable
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 28, 2024
@vivianyentran
Copy link

Thoughts on this adjustment so that it's more actionable but still links to the performance setup?

"No transactions with HTTP spans found. You may need to add integrations to your performance monitoring setup to instrument spans."

@gggritso
Copy link
Member Author

gggritso commented Mar 1, 2024

@vivianyentran I like that! What do you think about "to capture these spans" instead of "to instrument spans"? I think we usually say that spans are "captured", and instrumentation is "added" to a codebase or application

@vivianyentran
Copy link

Good suggestion! "Capture spans" definitely makes more sense in this case!

@gggritso
Copy link
Member Author

gggritso commented Mar 5, 2024

@vivianyentran done 👍🏻

Copy link

@vivianyentran vivianyentran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy LGTM! 👍

@gggritso gggritso merged commit e0c6759 into master Mar 5, 2024
39 checks passed
@gggritso gggritso deleted the fix/perf/fix-http-widget-integrations-link branch March 5, 2024 17:10
aliu3ntry pushed a commit that referenced this pull request Mar 6, 2024
Fixes #65071

Directs users with no HTTP span to the "Set Up Performance" page rather
than the "Integrations" page which doesn't even exist for a lot of
platforms.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Add integrations" link on Performance Page leads to nonexistent docs page for golang backend
2 participants