Showing
1 changed file
with
2 additions
and
1 deletions
@@ -13,7 +13,8 @@ const r = new Router; | @@ -13,7 +13,8 @@ const r = new Router; | ||
13 | 13 | ||
14 | const TABLE = { | 14 | const TABLE = { |
15 | DURATION: 'web-client-duration', | 15 | DURATION: 'web-client-duration', |
16 | - REPORT: 'error-report' | 16 | + REPORT: 'error-report', |
17 | + SERVER: 'web-server-duration' | ||
17 | }; | 18 | }; |
18 | 19 | ||
19 | const DB_NAME = 'web-apm'; | 20 | const DB_NAME = 'web-apm'; |
-
Please register or login to post a comment