Skip to content

Commit c0a3d92

Browse files
committed
update strict bundle info
1 parent 64f88e7 commit c0a3d92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/stats.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ function getMainBundleInfo() {
137137
'',
138138
'Starting in `v1.50.0`, the minified version of each partial bundle is also published to npm in a separate "dist min" package.',
139139
'',
140-
'Starting in `v2.0.0`, the strict partial bundle includes everything except the traces that require function constructor.',
140+
'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.',
141143
''
142144
];
143145
}

0 commit comments

Comments
 (0)