Skip to content

Commit

Permalink
fix: missing error dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallotta committed Sep 18, 2024
1 parent aa39d66 commit 8e35c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogstatsd/src/datadog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use protobuf::Message;
use reqwest;
use serde::{Serialize, Serializer};
use serde_json;
use tracing::debug;
use tracing::{debug, error};

/// Interface for the `DogStatsD` metrics intake API.
#[derive(Debug)]
Expand Down

0 comments on commit 8e35c80

Please sign in to comment.