Skip to content

Commit 36920d0

Browse files
wire sentry to new featur
1 parent 44f7928 commit 36920d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ApiController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public async Task<IResult> GetProvisionScript(string provisionId,[FromHeader(Nam
108108
catch (Exception ex)
109109
{
110110
// Log the error but don't fail the provision request
111+
SentrySdk.CaptureException(ex);
111112
Console.WriteLine($"Failed to update IP for runner {runner.RunnerId}: {ex.Message}");
112113
}
113114
}

0 commit comments

Comments
 (0)