browser-sdk
browser-sdk copied to clipboard
Datadog Browser SDK
## Motivation Provide more visibility on how some SDK APIs are used ## Changes Monitor usage of: - startView - addAction - addError - addFeatureFlagEvaluation - startDurationVital - setGlobalContext -...
## Motivation Setting a non-string value for the 'version' init option causes the SDK to fail silently. ## Changes Add validation to ensure that the 'version' parameter is properly defined...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
## Motivation To be consistent with session Replay and ease the customer configuration, we could use the same privacy options as Replay. To avoid breaking changes, we need to add...
## Motivation Datadog supports more log status than console API. ## Changes Adding missing log status from [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=ui#log-status-remapper) ## Testing - [x] Local - [x] Staging - [x] Unit...
## Motivation We would like to see the impact of a PR on memory and detect regressions early ## Changes So I added a script to report memory performance both...
## Motivation Allow session replay recording on sampled out sessions ## Changes On the RUM's public API, session replay recording can be forced even if the session is sampled out...
**Is your feature request related to a problem? Please describe.** From what I can tell, it's currently not possible to reconfigure the console logging strategy post-configuration. Consequently, I had to...
Hi I'm trying to configure Datadog RUM Proxy, setting up the RUM SDK in a Vue.js application and configuring an Nginx proxy server to pass RUM data to Datadoghq. I've...
## Motivation ## Changes ## Testing - [ ] Local - [ ] Staging - [ ] Unit - [ ] End to end --- I have gone over the...