Skip to content

Commit

Permalink
Fix tsc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 5, 2022
1 parent bbee70b commit 58770e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { apm, timerange } from '..';
import { apm, timerange } from '../..';
import { ApmFields } from '../lib/apm/apm_fields';
import { Scenario } from '../cli/scenario';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('output apm events to elasticsearch', () => {
"version": "1.4",
},
"observer": Object {
"type": "synthtrace",
"version": "8.0.0",
"version_major": 8,
},
Expand Down

0 comments on commit 58770e2

Please sign in to comment.