You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration/v8-to-v9.md
+8
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ Sentry.init({
72
72
73
73
- 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.
74
74
75
+
### `@sentry/browser`
76
+
77
+
- The `captureUserFeedback` method has been removed. Use `captureFeedback` instead and update the `comments` field to `message`.
78
+
75
79
### Uncategorized (TODO)
76
80
77
81
TODO
@@ -128,6 +132,10 @@ Sentry.init({
128
132
- The `urlEncode` method has been removed. There is no replacement.
129
133
- The `getDomElement` method has been removed. There is no replacement.
130
134
135
+
### `@sentry/browser`
136
+
137
+
- The `captureUserFeedback` method has been removed. Use `captureFeedback` instead and update the `comments` field to `message`.
138
+
131
139
### `@sentry/nestjs`
132
140
133
141
- Removed `WithSentry` decorator. Use `SentryExceptionCaptured` instead.
0 commit comments