Skip to content

Commit 75c63fe

Browse files
committed
Update migration guide for captureUserFeedback
1 parent f048fff commit 75c63fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/migration/v8-to-v9.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Sentry.init({
7272

7373
- When `skipOpenTelemetrySetup: true` is configured, `httpIntegration({ spans: false })` will be configured by default. This means that you no longer have to specify this yourself in this scenario. With this change, no spans are emitted once `skipOpenTelemetrySetup: true` is configured, without any further configuration being needed.
7474

75+
### `@sentry/browser`
76+
77+
- The `captureUserFeedback` method has been removed. Use `captureFeedback` instead and update the `comments` field to `message`.
78+
7579
### Uncategorized (TODO)
7680

7781
TODO
@@ -130,7 +134,7 @@ Sentry.init({
130134

131135
### `@sentry/browser`
132136

133-
- The `captureUserFeedback` method has been removed. Use `captureFeedback` instead as a drop-in replacement.
137+
- The `captureUserFeedback` method has been removed. Use `captureFeedback` instead and update the `comments` field to `message`.
134138

135139
### `@sentry/nestjs`
136140

0 commit comments

Comments
 (0)