Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDKS-9120] Impression per toggle implementation #225

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

sanzmauro
Copy link
Contributor

GO SDK

What did you accomplish?

How do we test the changes introduced in this PR?

Extra Notes

@sanzmauro sanzmauro self-assigned this Dec 11, 2024
@sanzmauro sanzmauro requested a review from a team as a code owner December 11, 2024 20:06
splitio/client/client.go Outdated Show resolved Hide resolved
@@ -227,7 +236,10 @@ func (c *SplitClient) processResult(result evaluator.Results, operation string,
Config: nil,
}
} else {
bulkImpressions = append(bulkImpressions, c.createImpression(feature, bucketingKey, evaluation.Label, matchingKey, evaluation.Treatment, evaluation.SplitChangeNumber))
bulkImpressions = append(bulkImpressions, dtos.ImpressionDecorated{
Impression: c.createImpression(feature, bucketingKey, evaluation.Label, matchingKey, evaluation.Treatment, evaluation.SplitChangeNumber),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

createImpressionDecorated for both?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@sanzmauro sanzmauro requested a review from mmelograno January 3, 2025 18:55
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants