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

docs(js): Add versioned docs for User Feedback #12382

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Beta SDK
title: Configuration
sidebar_order: 6900
description: "Learn about general User Feedback configuration fields for version 7 of the JavaScript SDK."
---

<Alert level="warning" title="Deprecation Warning">

In version 7 of our JavaScript SDK, User Feedback was released as a Beta integration. We recommend following the [migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/docs/migration/feedback.md) and updating your SDK to <PlatformLink to="/user-feedback/configuration/">version 8</PlatformLink>.
In version 7 of our JavaScript SDK, User Feedback was released as a Beta integration. We recommend following the [migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/docs/migration/feedback.md) and updating your SDK to the latest version.

</Alert>

Expand All @@ -16,7 +16,7 @@ In version 7 of our JavaScript SDK, User Feedback was released as a Beta integra

The User Feedback Widget offers many customization options, and if the available options are insufficient, you can [use your own UI](#bring-your-own-widget). The following image shows which elements are customizable. The configuration keys on the left of the image correspond to [text customization](#text-customization), while the ones on the right side are for [theme customizations](#theme-customization).

![An image showing the available customization options for the User Feedback Widget](./img/user-feedback-widget-customization.png)
![An image showing the available customization options for the User Feedback Widget](./img/user-feedback-widget-customization_v7.png)

### General

Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,10 @@ const userDocsRedirects = [
source: '/platforms/:platform/guides/:guide/enriching-events/user-feedback/',
destination: '/platforms/:platform/guides/:guide/user-feedback/',
},
{
source: '/platforms/javascript/guides/:guide/user-feedback/v7/',
destination: '/platforms/javascript/guides/:guide/user-feedback/configuration__v7.x',
},
{
source: '/platforms/:platform/enriching-events/user-feedback/',
destination: '/platforms/:platform/user-feedback/',
Expand Down
Loading