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

feat: Bring Elixir library in-house #10635

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contents/docs/integrate/_snippets/install-elixir.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The package can be installed by adding `posthog` to your list of dependencies in
```elixir
def deps do
[
{:posthog, "~> 0.1"}
{:posthog, "~> 0.4.0"}
]
end
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Posthog.feature_flags("distinct_id_of_your_user")

```

More documentation can be found in the [repository](https://github.com/nkezhaya/posthog).
More documentation can be found in the [repository](https://github.com/posthog/posthog-elixir).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SettingProperties from "./setting-properties-text.mdx"
import NamingTip from "./naming-tip.mdx"
import SettingProperties from "./setting-properties-text.mdx"
import NamingTip from "./naming-tip.mdx"
import Intro from "./intro.mdx"

<Intro />
Expand Down
8 changes: 3 additions & 5 deletions contents/docs/libraries/elixir/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: Elixir
sidebarTitle: Elixir
sidebar: Docs
showTitle: true
tags:
- community
github: 'https://github.com/whitepaperclip/posthog'
github: 'https://github.com/posthog/posthog-elixir'
icon: >-
https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/docs/integrate/elixir.svg
features:
Expand All @@ -18,7 +16,7 @@ features:
errorTracking: false
---

This library provides an Elixir HTTP client for PostHog. [See the repository](https://github.com/whitepaperclip/posthog) for more information.
This library provides an Elixir HTTP client for PostHog. [See the repository](https://github.com/posthog/posthog-elixir) for more information.

## Installation

Expand All @@ -44,4 +42,4 @@ import ElixirFeatureFlagsCode from '../../integrate/feature-flags-code/_snippets

## Thanks

Thanks to [nkezhaya](https://github.com/nkezhaya) for contributing this library.
Thanks to [nkezhaya](https://github.com/nkezhaya) for initially contributing this library. The library is maintained by the PostHog team since February 2025.
3 changes: 0 additions & 3 deletions src/navs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1300,9 +1300,6 @@ export const docsMenu = {
{
name: 'Elixir',
url: '/docs/libraries/elixir',
badge: {
title: '3rd party',
},
},
{
name: 'Flutter',
Expand Down