mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
Fix link to SDK in impression-data.md (#9116)
## About the changes Fix broken link in markdown file in impression-data documentation
This commit is contained in:
parent
f6479b1adb
commit
7757012b25
@ -88,7 +88,7 @@ You can enable impression data via the impression data flag in the admin UI's fl
|
|||||||
|
|
||||||
## Example setup
|
## Example setup
|
||||||
|
|
||||||
The exact setup will vary depending on your [client SDK](./sdks). The below example configures the [Unleash Proxy client../reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready.
|
The exact setup will vary depending on your [client SDK](./sdks). The below example configures the [Unleash Proxy client](/reference/sdks/javascript-browser) to listen for impression events and log them to the console. If "my-feature-flag" is configured to emit impression data, then it will trigger an impression event as soon as Unleash is ready.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const unleash = new UnleashClient({
|
const unleash = new UnleashClient({
|
||||||
|
Loading…
Reference in New Issue
Block a user