Congyao Zheng

Results 14 issues of Congyao Zheng

### Describe the bug If you horizontally scroll a dataframe, it might automatically scroll back on its own after a few seconds. I'm not sure if it resets to the...

bug
💾 Dataframe

## Summary Added a one-line description about Giskard in the related resources section. ## Motivation The change gives better visibility to tools developers can use to build robust and sage...

## 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...

staging-17
staging-18

**Describe the bug** I was trying to display some data with `datasetTable` and found that some of the texts were interpreted as `Date`. For example, `1` is interpreted as a...

bug

## Motivation Add `only` link to facet list in developer extension, so we don't need to click on every element to exclude everything. ## Changes https://github.com/user-attachments/assets/552d7516-13da-4b7b-a6a0-6d68beedae29 ## Testing - [x]...

## Motivation Make view specific context apis public without experimental feature flag. ## Changes Removed feature flag and set APIs public by defualt. ## Testing - [x] Local - [...

## Motivation Save the selector in a map with timestamp as key to mitigate the null target situation. More information in [RFC](https://docs.google.com/document/d/1FhJPEeyDPXSzpnk33lgrhSOSaSGLt-17Rpl-zVlQenE/edit?usp=sharing). ## Changes After mitigation, about 75% of null...

staging-37

## Motivation ## Changes ## Testing - [x] Local - [x] Staging - [x] Unit - [ ] End to end --- I have gone over the [contributing](https://github.com/DataDog/browser-sdk/blob/main/CONTRIBUTING.md) documentation.

## Motivation Customer data tracker can cause performance overhead and we want to decrease bundle size. ## Changes Remove customer data tracker. ## Testing - [x] Local - [ ]...

## Motivation Current filter queries do not support exclusion, despite that we support this mode in the filters. It would also be nice to update the query while selecting with...