Merge remote-tracking branch 'origin/api-v1.11.0' into dev

This commit is contained in:
Taha Yassine Kraiem 2023-03-31 11:00:06 +01:00
commit fffe458a76
3 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from routers.base import get_routers
public_app, app, app_apikey = get_routers()
@app.get('/health', tags=["health-check"])
@app.get('/healthz', tags=["health-check"])
def get_global_health_status():
return {"data": health.get_health()}

View file

@ -414,7 +414,8 @@ $$
'ml_excessive_scrolling',
'ml_slow_resources',
'custom',
'js_exception'
'js_exception',
'mouse_thrashing'
);
END IF;

View file

@ -316,7 +316,8 @@ $$
'ml_excessive_scrolling',
'ml_slow_resources',
'custom',
'js_exception'
'js_exception',
'mouse_thrashing'
);
CREATE TABLE issues