File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,20 @@ module.exports = [
7
7
} ,
8
8
{
9
9
name : '@sentry/browser - Webpack' ,
10
- path : 'packages/browser/dist /index.js' ,
10
+ path : 'packages/browser/esm /index.js' ,
11
11
import : '{ init }' ,
12
12
limit : '18 KB' ,
13
13
} ,
14
+ {
15
+ name : '@sentry/react - Webpack' ,
16
+ path : 'packages/react/esm/index.js' ,
17
+ import : '{ init }' ,
18
+ limit : '19 KB' ,
19
+ } ,
20
+ {
21
+ name : '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)' ,
22
+ path : 'packages/tracing/build/bundle.tracing.min.js' ,
23
+ gzip : true ,
24
+ limit : '23 KB' ,
25
+ } ,
14
26
] ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -le 6 ]]; then
12
12
elif [[ " $( cut -d. -f1 <<< " $TRAVIS_NODE_VERSION" ) " -le 8 ]]; then
13
13
yarn install --ignore-engines --ignore-scripts
14
14
yarn build
15
- yarn test --ignore=" @sentry/tracing"
15
+ yarn test --ignore=" @sentry/tracing" --ignore= " @sentry/react "
16
16
else
17
17
yarn install
18
18
yarn build
You can’t perform that action at this time.
0 commit comments