Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 1396101

Browse files
fix: tag the requested solution
1 parent 045ae47 commit 1396101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
def capture_solution_request(solution_path: str):
2020
with sentry_sdk.push_scope() as scope:
21-
scope.set_context("path_to_solution", solution_path)
21+
scope.set_tag("requested_solution", str(solution_path))
2222
sentry_sdk.capture_message("Solution requested", level="info")
2323

2424

0 commit comments

Comments
 (0)