diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-11-04 11:30:19 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-11-04 11:47:46 +0000 |
| commit | 7bfecfb91238ca7d15ec9dc565b887278b8160be (patch) | |
| tree | effe9af7a709252e9b8320b38b0419485191fcb8 /dashboard/app/templates/error.html | |
| parent | 2c4d2e02c3ededab70593ceb9631a2b551823be1 (diff) | |
dashboard/api: log trace id and return it to the client
It allows to later get all the associated records in logs explorer.
Diffstat (limited to 'dashboard/app/templates/error.html')
| -rw-r--r-- | dashboard/app/templates/error.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/app/templates/error.html b/dashboard/app/templates/error.html index 7bab98186..0c8161ef4 100644 --- a/dashboard/app/templates/error.html +++ b/dashboard/app/templates/error.html @@ -5,6 +5,8 @@ <title>syzbot</title> </head> <body> + traceID: {{.TraceID}} + <br> {{.Error}} <br> <a href="javascript:history.back()">back</a> |
