Thomas Lebeau
Thomas Lebeau
Add an option to use CDN for modernizr, jquery, bootstrap plugins ... As a flag like `--use-cdn` or as an option prompted like for font-awesome
## Motivation ## Changes ## Testing - [ ] Local - [ ] Staging - [ ] Unit - [ ] End to end --- I have gone over the...
## Motivation Fixes an issue where resource timing where not matched to a resource when the same resource is requested twice at the same time. e.g. ```js Promise.all([ fetch("http://localhost:8080/"), fetch("http://localhost:8080/")...
## Motivation trackCumulativeLayoutShift keep track of the LCP target Element using a sliding window of layout shift events but this window is cleared [5 minutes](https://github.com/DataDog/browser-sdk/blob/b0d638c02da5b9316cb8c8cf4aa3b5e8297f683b/packages/rum-core/src/domain/view/trackViews.ts#L74) after the view ends. Within...
## Motivation We have a GitHub issue template for feature requests but we redirect them to support. Maybe we can tell people to contact support directly in the template to...
> [!Note] > This PR is targeting the `v6` branch ## Motivation Reduce bundle size by supporting only browser that support ES2018. We can remove some polyfills as they are...
## Motivation ## Changes ## Testing - [ ] Local - [ ] Staging - [ ] Unit - [ ] End to end --- I have gone over the...
## Motivation see: #3407 #3402 ## Changes ## Testing - [ ] Local - [ ] Staging - [ ] Unit - [ ] End to end --- I have...
## Motivation With this PR, all e2e tests now run all npm setup using the packed version of the sdk packages, this will help catch cases were we deploy broken...
## Motivation Fixes Bug with resource duration where incorrect due to page being in a frozen state sometime during the request. The intention was to set duration to `undefined` when...