Skip to content

Commit 7d837ca

Browse files
HHHindawyHossam Hindawy
andauthored
csl-2764 add version to cio client (#3)
Co-authored-by: Hossam Hindawy <hossam.hindawy@hossam.hindawy-Q7M9F6QK6G>
1 parent 3933744 commit 7d837ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useCioClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const useCioClient: UseCioClient = (apiKey, options?) => {
1818
new ConstructorIOClient({
1919
apiKey,
2020
sendTrackingEvents: true,
21+
version: 'cio-ui-plp',
2122
...options,
2223
}),
2324
[apiKey, options],

0 commit comments

Comments
 (0)