File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ describe('Transaction action menu', () => {
4242 key : 'traceLogs' ,
4343 label : 'Trace logs' ,
4444 href :
45- 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20123 ' ,
45+ 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20%22123%22 ' ,
4646 condition : true ,
4747 } ,
4848 ] ,
@@ -113,7 +113,7 @@ describe('Transaction action menu', () => {
113113 key : 'traceLogs' ,
114114 label : 'Trace logs' ,
115115 href :
116- 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20123 ' ,
116+ 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20%22123%22 ' ,
117117 condition : true ,
118118 } ,
119119 ] ,
@@ -183,7 +183,7 @@ describe('Transaction action menu', () => {
183183 key : 'traceLogs' ,
184184 label : 'Trace logs' ,
185185 href :
186- 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20123 ' ,
186+ 'some-basepath/app/logs/link-to/logs?time=1580986800&filter=trace.id:%22123%22%20OR%20%22123%22 ' ,
187187 condition : true ,
188188 } ,
189189 ] ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ export const getSections = ({
180180 path : `/link-to/logs` ,
181181 query : {
182182 time,
183- filter : `trace.id:"${ transaction . trace . id } " OR ${ transaction . trace . id } ` ,
183+ filter : `trace.id:"${ transaction . trace . id } " OR " ${ transaction . trace . id } " ` ,
184184 } ,
185185 } ) ,
186186 condition : true ,
You can’t perform that action at this time.
0 commit comments