Skip to content
Snippets Groups Projects
Commit 30cd1506 authored by Erlend Ydse's avatar Erlend Ydse
Browse files

Merge branch 'v0.3' into 'dev'

V0.3

See merge request erlenyd/mysql-query-profiler!77
parents 01558d32 2ad7a478
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,8 @@ export default function ResultView() {
<OptimizerTrace />
</Paper>
)}
{showExplainAnalyze && (
{showExplainAnalyze &&
recordingContext?.activeRecording?.explainAnalyzeTree && (
<Paper className={classes.item}>
<FlameGraph
data={recordingContext?.activeRecording?.explainAnalyzeTree}
......
{
"name": "mysql-query-profiler",
"productName": "MySQL Query Profiler",
"version": "0.2.0",
"version": "0.3.0",
"description": "A profiler for MySQL queries using Electron and React",
"main": "./main.prod.js",
"author": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment