Skip to content

Commit 3f44c6d

Browse files
committed
observability: added clear_dataset transaction to sentry
1 parent 3483f82 commit 3f44c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/handlers/dataset_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ pub async fn delete_dataset(
313313
("ApiKey" = ["owner"]),
314314
)
315315
)]
316+
#[tracing::instrument(skip(redis_pool))]
316317
pub async fn clear_dataset(
317318
data: web::Path<uuid::Uuid>,
318319
redis_pool: web::Data<RedisPool>,

0 commit comments

Comments
 (0)