mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(connlib): enter debug span (#6758)
A span needs to be entered to be active.
This commit is contained in:
@@ -212,7 +212,7 @@ impl StubResolver {
|
||||
packet: &IpPacket,
|
||||
) -> Option<ResolveStrategy> {
|
||||
let dst = packet.destination();
|
||||
let _guard = tracing::debug_span!("packet", %dst);
|
||||
let _guard = tracing::debug_span!("packet", %dst).entered();
|
||||
let upstream = dns_mapping.get_by_left(&dst)?.address();
|
||||
|
||||
let Some(datagram) = packet.as_udp() else {
|
||||
|
||||
Reference in New Issue
Block a user