Skip to content

Commit 0461cec

Browse files
authored
add posthog go provider (#792)
## This PR - Add a community managed provider for PostHog written in Go. ### Related Issues Fixes #777 Signed-off-by: Daniel Haus <[email protected]>
1 parent 64bb749 commit 0461cec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/posthog.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ export const PostHog: Provider = {
1111
href: 'https://www.npmjs.com/package/@tapico/node-openfeature-posthog',
1212
category: ['Server'],
1313
},
14+
{
15+
technology: 'Go',
16+
vendorOfficial: false,
17+
href: 'https://github.com/dhaus67/openfeature-posthog-go',
18+
category: ['Server'],
19+
},
1420
],
1521
};

0 commit comments

Comments
 (0)