We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f88e7 commit c0a3d92Copy full SHA for c0a3d92
tasks/stats.js
@@ -137,7 +137,9 @@ function getMainBundleInfo() {
137
'',
138
'Starting in `v1.50.0`, the minified version of each partial bundle is also published to npm in a separate "dist min" package.',
139
140
- 'Starting in `v2.0.0`, the strict partial bundle includes everything except the traces that require function constructor.',
+ 'Starting in `v2.0.0`, the strict partial bundle includes everything except the traces that require function constructors.',
141
+ 'Over time we hope to include more of the remaining trace types here, after which we intend to work on other strict CSP issues ',
142
+ 'such as inline CSS that we may not be able to include in the main bundle.',
143
''
144
];
145
}
0 commit comments