Let otel know we're joining before trying to join
Otherwise it starts getting calls being created before the group call span exists and we get call spans not associated with the group call span.
This commit is contained in:
@@ -8,7 +8,7 @@ receivers:
|
||||
# This can't be '*' because opentelemetry-js uses sendBeacon which always operates
|
||||
# in 'withCredentials' mode, which browsers don't allow with an allow-origin of '*'
|
||||
#- "https://pr976--element-call.netlify.app"
|
||||
- "https://*"
|
||||
- "http://*"
|
||||
allowed_headers:
|
||||
- "*"
|
||||
processors:
|
||||
|
||||
Reference in New Issue
Block a user