diff --git a/b5.json b/b5.json index e1b11ea..a44fec9 100644 --- a/b5.json +++ b/b5.json @@ -7,31 +7,31 @@ "builtAt": 1701451048604, "duration": 331, "bundler": { "name": "rollup", "version": "3.29.4" }, - "bundleName": "b5", + "bundleName": "gunk", "assets": [ { "name": "assets/react-35ef61ed.svg", - "size": 10000, + "size": 123, "normalized": "assets/react-*.svg" }, { "name": "assets/index-d526a0c5.css", - "size": 20000, + "size": 234, "normalized": "assets/index-*.css" }, { "name": "assets/LazyComponent-fcbb0922.js", - "size": 30000, + "size": 345, "normalized": "assets/LazyComponent-*.js" }, { "name": "assets/index-c8676264.js", - "size": 40000, + "size": 456, "normalized": "assets/index-*.js" }, { "name": "assets/index-666d2e09.js", - "size": 50000, + "size": 567, "normalized": "assets/index-*.js" } ], diff --git a/bundle_uploader.sh b/bundle_uploader.sh index bd5a54b..9ed1eeb 100755 --- a/bundle_uploader.sh +++ b/bundle_uploader.sh @@ -3,7 +3,7 @@ How to Test Local Things Bundle Analysis #!/usr/bin/env bash # staging -RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "0f4a922e6f434c1c172145bf75f491b6afffc344", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1) +RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"commit": "4240255fecdc6e218d73f0b90bf1ece5d56a6fa1", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1) # local # RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token aad91b00-cfc5-4b4e-be59-af139ec92766" --data '{"commit": "50f88ea5b921082f28135a3ba44869341a9c4773", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1)