We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cbfcc commit 61d6231Copy full SHA for 61d6231
3 files changed
.sampo/changesets/plug-tracing-headers.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# posthog
2
3
+## 2.7.0 — 2026-04-29
4
+
5
+### Minor changes
6
7
+- [43cbfcc](https://github.com/posthog/posthog-elixir/commit/43cbfcc7abf83b616d9e8d961946500c355fd160) Populate Plug request context from PostHog tracing headers. — Thanks @dustinbyrne!
8
9
## 2.6.1 — 2026-04-21
10
11
### Patch changes
mix.exs
@@ -1,7 +1,7 @@
defmodule PostHog.MixProject do
use Mix.Project
- @version "2.6.1"
+ @version "2.7.0"
@source_url "https://github.com/posthog/posthog-elixir"
def project do
0 commit comments