Skip to content

Commit 108144e

Browse files
authored
fix: allow traceparent headers (#2395)
Closes #2351
1 parent 07d6014 commit 108144e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/spicy-pugs-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@core/sync-service": patch
3+
---
4+
5+
fix: allow `traceparent` headers for OTel

packages/sync-service/lib/electric/shapes/api/options.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule Electric.Shapes.Api.Options do
2-
@allowed_headers ["if-none-match"]
2+
@allowed_headers ["if-none-match", "traceparent"]
33

44
def call(%Plug.Conn{} = conn) do
55
conn

0 commit comments

Comments
 (0)