Skip to content

Commit

Permalink
Test signing sourcetree
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Aug 13, 2024
1 parent 570f2eb commit 416f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/impression-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can enable impression data via the impression data flag in the admin UI's fl

## Example setup

The exact setup will vary depending on your [client SDK](../reference/sdks/index.md). 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 varies depending on your [client SDK](../reference/sdks/index.md). 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
const unleash = new UnleashClient({
Expand Down

0 comments on commit 416f812

Please sign in to comment.