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

feat(replay): Document how to connect Replay with support software #9836

Merged
merged 6 commits into from
May 10, 2024

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Apr 26, 2024

Adds a hypothetical example of how you can send a replay when a user opens a support widget.

Closes #9037

Adds a hypothetical example of how you can send a replay when a user opens a support widget.

Closes #9037
Copy link

vercel bot commented Apr 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 6:49pm

@billyvg billyvg requested a review from jas-kas April 26, 2024 22:17
Copy link

codecov bot commented Apr 26, 2024

Bundle Report

Changes will increase total bundle size by 49 bytes ⬆️

Bundle name Size Change
sentry-docs-server 7.15MB 28 bytes ⬆️
sentry-docs-edge-server 427.92kB 27 bytes ⬆️
sentry-docs-client 5.77MB 6 bytes ⬇️

});

/**
* Now determine if your support application allows you to use custom data to generate a link directly to the
Copy link
Member

Choose a reason for hiding this comment

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

Do we want to say "..allows you to use custom data to generate a link directly to the replay in Sentry inside your support application"?

Copy link
Member

Choose a reason for hiding this comment

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

I think we're referring to the ability to the show replay url alongside the ticket -- not super clear w this sentence

Copy link
Member Author

Choose a reason for hiding this comment

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

Do we want to say "..allows you to use custom data to generate a link directly to the replay in Sentry inside your support application"?

Yeah this is what I'm trying to get at

Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
…sessions.mdx

Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
@billyvg billyvg marked this pull request as ready for review May 6, 2024 20:16
@billyvg billyvg requested a review from jas-kas May 6, 2024 20:16
@vivianyentran vivianyentran requested a review from a team May 8, 2024 17:51
Copy link
Contributor

@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.

Added some copyedits but otherwise looks good! Thanks for adding this example!

});

/**
* Now determine if your support application allows you to use custom data to generate a link directly to the
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can say something like this?

If your support application allows you to send custom data with the support ticket, you may want to include a link to the replay URL in Sentry. That way, you'll be able to open the replay directly from the ticket itself. Replay URLs have the following format:

billyvg and others added 2 commits May 9, 2024 14:19
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
@billyvg billyvg merged commit 924ef73 into master May 10, 2024
6 checks passed
@billyvg billyvg deleted the feat-feedback-add-notes-about-support-integration branch May 10, 2024 16:06
antonpirker pushed a commit that referenced this pull request May 14, 2024
…9836)

Adds a hypothetical example of how you can send a replay when a user opens a support widget.

Closes #9037

---------

Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators May 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] Educate Users on How to Better Connect Replays to their Support Software
3 participants