File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -294,15 +294,15 @@ e2e-bs:
294
294
after_script :
295
295
- node ./scripts/test/export-test-result.js e2e-bs
296
296
297
- script-tests :
298
- extends :
299
- - .base-configuration
300
- - .test-allowed-branches
301
- interruptible : true
302
- script :
303
- - yarn
304
- - yarn build:bundle
305
- - yarn test:script
297
+ # script-tests:
298
+ # extends:
299
+ # - .base-configuration
300
+ # - .test-allowed-branches
301
+ # interruptible: true
302
+ # script:
303
+ # - yarn
304
+ # - yarn build:bundle
305
+ # - yarn test:script
306
306
# #######################################################################################################################
307
307
# Deploy
308
308
# #######################################################################################################################
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ const packages = [
2
2
{ packageName : 'logs' , service : 'browser-logs-sdk' } ,
3
3
{ packageName : 'rum' , service : 'browser-rum-sdk' } ,
4
4
{ packageName : 'rum-slim' , service : 'browser-rum-sdk' } ,
5
+ { packageName : 'rum-extra-slim' , service : 'browser-rum-sdk' } ,
5
6
]
6
7
7
8
// ex: datadog-rum-v4.js, chunks/recorder-8d8a8dfab6958424038f-datadog-rum.js
You can’t perform that action at this time.
0 commit comments