mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
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:
parent
c2b78d59c6
commit
74b218af8c
@ -8,7 +8,7 @@ receivers:
|
|||||||
# This can't be '*' because opentelemetry-js uses sendBeacon which always operates
|
# 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 '*'
|
# in 'withCredentials' mode, which browsers don't allow with an allow-origin of '*'
|
||||||
#- "https://pr976--element-call.netlify.app"
|
#- "https://pr976--element-call.netlify.app"
|
||||||
- "https://*"
|
- "http://*"
|
||||||
allowed_headers:
|
allowed_headers:
|
||||||
- "*"
|
- "*"
|
||||||
processors:
|
processors:
|
||||||
|
Loading…
Reference in New Issue
Block a user