Skip to content

Commit

Permalink
feat: tweak ddsource field
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed May 10, 2024
1 parent 27a424c commit c35c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/backends/adaptor/datadog_adaptor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defmodule Logflare.Backends.Adaptor.DatadogAdaptor do
le
| body: %{
message: formatted_ts <> " " <> Jason.encode!(le.body),
ddsource: "logflare",
ddsource: "Logflare by Supabase",
service: le.source.name
}
}
Expand Down

0 comments on commit c35c37e

Please sign in to comment.