We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d9611 commit 32d662dCopy full SHA for 32d662d
lib/posthog/handler.ex
@@ -8,6 +8,7 @@ defmodule PostHog.Handler do
8
9
alias PostHog.Context
10
11
+ # credo:disable-for-next-line Credo.Check.Design.TagTODO
12
# TODO: add @impl :logger_handler once we drop support for OTP < 27
13
@doc false
14
def log(log_event, %{config: config}) do
0 commit comments