feat: add OTel event creation util func#325
Conversation
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
+ Coverage 86.78% 88.28% +1.49%
==========================================
Files 13 14 +1
Lines 1362 1408 +46
==========================================
+ Hits 1182 1243 +61
+ Misses 156 141 -15
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…e based on codecov report Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
…o set what is being set by the if-else Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
beeme1mr
left a comment
There was a problem hiding this comment.
I had a few thoughts after rereviewing this. I'd consider them all optional but worth consider. Thanks!
…dability Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
liran2000
left a comment
There was a problem hiding this comment.
Some const values were not used, left comments on what to replace.
no linter caught this.
Nice catch! It took me a moment to see how I missed using the missing const values. Thanks! |
Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com>
@bbland1 has contributed 2 recent changes to the Go SDK: - open-feature/go-sdk#325 - open-feature/go-sdk#328 @bbland1 when merged, this PR will add you to the org. It comes with no obligation but it's the first step on the https://github.com/open-feature/community/blob/main/CONTRIBUTOR_LADDER.md. Please approve or 👍 this PR to signal your interest! Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This PR
Related Issues
Fixes #322
How to test