Skip to content
Merged
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