Skip to content

Commit 60ea090

Browse files
authored
docs(js): Add versioned docs for User Feedback (#12382)
1 parent bea8d64 commit 60ea090

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/platforms/javascript/common/user-feedback/v7/index.mdx renamed to docs/platforms/javascript/common/user-feedback/configuration/index__v7.x.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Beta SDK
2+
title: Configuration
33
sidebar_order: 6900
44
description: "Learn about general User Feedback configuration fields for version 7 of the JavaScript SDK."
55
---
66

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

9-
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>.
9+
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.
1010

1111
</Alert>
1212

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

1717
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).
1818

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

2121
### General
2222

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,10 @@ const userDocsRedirects = [
673673
source: '/platforms/:platform/guides/:guide/enriching-events/user-feedback/',
674674
destination: '/platforms/:platform/guides/:guide/user-feedback/',
675675
},
676+
{
677+
source: '/platforms/javascript/guides/:guide/user-feedback/v7/',
678+
destination: '/platforms/javascript/guides/:guide/user-feedback/configuration__v7.x',
679+
},
676680
{
677681
source: '/platforms/:platform/enriching-events/user-feedback/',
678682
destination: '/platforms/:platform/user-feedback/',

0 commit comments

Comments
 (0)