From 397ad99b35beb08e7cdf209d0a1864b5bb3ca551 Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Thu, 10 Jul 2025 13:53:58 -0700 Subject: [PATCH 1/2] fix(feedback): Dont escape url template --- develop-docs/application-architecture/feedback-architecture.mdx | 2 +- .../javascript/common/user-feedback/configuration/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/develop-docs/application-architecture/feedback-architecture.mdx b/develop-docs/application-architecture/feedback-architecture.mdx index 438f3870764afe..6016454f38cadb 100644 --- a/develop-docs/application-architecture/feedback-architecture.mdx +++ b/develop-docs/application-architecture/feedback-architecture.mdx @@ -263,7 +263,7 @@ filters, **skipping emails if:** This feature is available if you enable the following feature flags. - `organizations:user-feedback-ingest` -- `organizations:user-feedback-ui` +- `organizations:user-feedback-ui` (before v??) - `organizations:user-feedback-replay-clip` (from v24.7.1 through to v25.3.0) Auto-registered flags for issue platform, for versions \<= v24.10.0 only: diff --git a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx index 1abbbdb60adbf6..eea569960b6bfa 100644 --- a/docs/platforms/javascript/common/user-feedback/configuration/index.mdx +++ b/docs/platforms/javascript/common/user-feedback/configuration/index.mdx @@ -246,7 +246,7 @@ Sentry.init({ }); ``` -You can link directly to a saved feedback item by implementing the `onSubmitSuccess` callback. The URL you need to construct is `https://\$\{orgSlug}.sentry.io/issues/feedback/?projectSlug=\$\{projectSlug}&eventId=\$\{eventId}`. +You can link directly to a saved feedback item by implementing the `onSubmitSuccess` callback. The URL you need to construct is `https://${orgSlug}.sentry.io/issues/feedback/?projectSlug=${projectSlug}&eventId=${eventId}`. *Note:* In v9 and below of the SDK, the signature of `onSubmitSuccess` was `(data: FeedbackFormData) => {}`. From f6453d048c6206044d8e285aeaaf578584282d59 Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Thu, 10 Jul 2025 18:09:00 -0700 Subject: [PATCH 2/2] Apply suggestion from @ryan953 --- develop-docs/application-architecture/feedback-architecture.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/application-architecture/feedback-architecture.mdx b/develop-docs/application-architecture/feedback-architecture.mdx index 6016454f38cadb..bcbaf73ca0cce1 100644 --- a/develop-docs/application-architecture/feedback-architecture.mdx +++ b/develop-docs/application-architecture/feedback-architecture.mdx @@ -263,7 +263,7 @@ filters, **skipping emails if:** This feature is available if you enable the following feature flags. - `organizations:user-feedback-ingest` -- `organizations:user-feedback-ui` (before v??) +- `organizations:user-feedback-ui` (v25.6.2 and prior) - `organizations:user-feedback-replay-clip` (from v24.7.1 through to v25.3.0) Auto-registered flags for issue platform, for versions \<= v24.10.0 only: