Skip to content

Commit 9b9c02a

Browse files
committed
build: generate tracing bundles
1 parent 86b3506 commit 9b9c02a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pack-and-upload.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ zeus upload -t "application/javascript" ./packages/browser/build/bundle*
1919
zeus upload -t "application/javascript" ./packages/integrations/build/*
2020
# Upload "apm" bundles
2121
zeus upload -t "application/javascript" ./packages/apm/build/*
22-
22+
# Upload "tracing" bundles
23+
zeus upload -t "application/javascript" ./packages/tracing/build/*

0 commit comments

Comments
 (0)