Skip to content

Commit

Permalink
Track clientId for tracing purposes (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Clebal <sclebal@cartodb.com>
  • Loading branch information
alasarr and Sergio Clebal authored Dec 30, 2021
1 parent 3c3a99f commit 018a867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Not released

- Track clientId for tracing purposes [#261](https://github.com/CartoDB/carto-react/pull/261)
## 1.2.0-alpha.0 (2021-12-29)
- WRAPPER WIDGET Configurable margin in widgets [#251](https://github.com/CartoDB/carto-react/pull/251)
- Add spatial filter to allow ramdom geometry filters in widgets[#250](https://github.com/CartoDB/carto-react/pull/250)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('useCartoLayerProps', () => {
'type',
'connection',
'credentials',
'clientId',
'filterRange',
'updateTriggers',
'getFilterValue',
Expand Down
1 change: 1 addition & 0 deletions packages/react-api/src/hooks/useCartoLayerProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default function useCartoLayerProps({
type: source?.type,
connection: source?.connection,
credentials: source?.credentials,
clientId: 'carto-for-react',
...dataFilterExtensionProps
};
}

0 comments on commit 018a867

Please sign in to comment.