File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,23 @@ The following packages have been removed or replaced and will no longer be publi
99
99
100
100
### Changes since ` 8.0.0-rc.3 `
101
101
102
- TODO add if any are noteworthy
102
+ - ** feat(nextjs): Remove ` transpileClientSDK ` (#11978 )**
103
+
104
+ As we are dropping support for Internet Explorer 11 and other other older browser versions wih version ` 8.0.0 ` , we are
105
+ also removing the ` transpileClientSDK ` option from the Next.js SDK. If you need to support these browser versions,
106
+ please configure Webpack and Next.js to down-compile the SDK.
107
+
108
+ - ** feat(serverless): Do not include performance integrations by default (#11998 )**
109
+
110
+ To keep Lambda bundle size reasonable, the SDK no longer ships with all performance (database) integrations by
111
+ default. Add the Sentry integrations of the databases and other tools you're using manually to your ` Sentry.init ` call
112
+ by following
113
+ [ this guide] ( https://docs.sentry.io/platforms/javascript/configuration/integrations/#modifying-default-integrations ) .
114
+ Note that this change does not apply if you use the SDK with the Sentry AWS Lambda layer.
115
+
116
+ - feat(feedback): Simplify public css configuration for feedback (#11985 )
117
+ - fix(feedback): Check for empty user (#11993 )
118
+ - fix(replay): Fix type for ` replayCanvasIntegration ` (#11995 )
103
119
104
120
## 8.0.0-rc.3
105
121
You can’t perform that action at this time.
0 commit comments