Skip to content

Commit

Permalink
observability: added clear_dataset transaction to sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Aug 27, 2024
1 parent 3483f82 commit 3f44c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/handlers/dataset_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ pub async fn delete_dataset(
("ApiKey" = ["owner"]),
)
)]
#[tracing::instrument(skip(redis_pool))]
pub async fn clear_dataset(
data: web::Path<uuid::Uuid>,
redis_pool: web::Data<RedisPool>,
Expand Down

0 comments on commit 3f44c6d

Please sign in to comment.