Skip to content

Commit 3d89901

Browse files
committed
closes #8. Setup correct analytics info
1 parent 7621129 commit 3d89901

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sveltePkg from 'svelte/package.json';
2-
3-
export const SVELTE_CLOUDINARY_ANALYTICS_ID = 'V';
4-
export const SVELTE_CLOUDINARY_VERSION = 0.1;
2+
import pkg from '../../../package.json'
3+
export const SVELTE_CLOUDINARY_ANALYTICS_ID = 'E';
4+
export const SVELTE_CLOUDINARY_VERSION = pkg.version;
55
export const SVELTE_VERSION = sveltePkg.version;

svelte-cloudinary/src/lib/helpers/getCldImageUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function getCldImageUrl(
4646
sdkCode: SVELTE_CLOUDINARY_ANALYTICS_ID,
4747
sdkSemver: SVELTE_CLOUDINARY_VERSION,
4848
techVersion: SVELTE_VERSION,
49-
feature: ''
49+
product: 'B'
5050
},
5151
analytics
5252
)

0 commit comments

Comments
 (0)