Skip to content

Commit

Permalink
Added changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpax committed Nov 19, 2023
1 parent ba0788a commit 6569a01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-beds-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@envyjs/webui': minor
---

Added new System capability to allow custom search keywords for traces
3 changes: 3 additions & 0 deletions packages/webui/pkg/demoResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const isDemo = process.env.DEMO === 'true';
const productionCode = `
const mockTraces = [];
export default mockTraces;
export function generateLotsOfMockTraces() {
return [];
}
export function mockTraceCollection() {
return new Map();
}
Expand Down

0 comments on commit 6569a01

Please sign in to comment.