You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-56Lines changed: 0 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,62 +27,6 @@ def deps do
27
27
end
28
28
```
29
29
30
-
You'll also need to include this library under your application tree. You can do so by including `:posthog` under your `:extra_applications` key inside `mix.exs`
31
-
32
-
```elixir
33
-
# mix.exs
34
-
defapplicationdo
35
-
[
36
-
extra_applications: [
37
-
# ... your existing applications
38
-
:posthog
39
-
]
40
-
]
41
-
```
42
-
43
-
or if you already have a `YourApp.Application` application, you can also add `Posthog.Application` under your supervision tree:
This library includes a `Posthog.Application` because we bundle `Cachex` to allow you to track inside PostHog your FF usage.
65
-
66
-
This cache is located under `:posthog_feature_flag_cache`. If you want more control over the application, you can init it yourself in your own `application.ex`
0 commit comments