Features
Viewer Component (beta)
The Viewer component is a beta feature that allows you to embed a trace viewer in your app.
Usage
import { Viewer } from '@spect-tools/track/components';
export default function App() {
return (
<div>
<Viewer spectBaseUrl="https://spect.tools" />
</div>
);
}The Viewer polls for local traces and provides a button to open them in Spect.