fix(new-trace-url) Updated node path encoding. (#68458)
Trace view page expects `[`span-${spanId}`, `txn-${eventId}`]` to look
for and scroll to span but we were passing [`span:${spanId}`,
`txn:${eventId}`]
Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>