Comment by johannes1234321
Comment by johannes1234321 2 days ago
From the video it seems the dashboard is hosted on sibtrace.dev. Is my data being sent there? That's an absolute no-go for me.
Comment by johannes1234321 2 days ago
From the video it seems the dashboard is hosted on sibtrace.dev. Is my data being sent there? That's an absolute no-go for me.
You can use Subtrace entirely locally without talking to subtrace.dev using the -devtools flag. For example:
Then go to http://localhost:8000/subtrace and you'll see the Chrome DevTools interface running in your browser like a regular app. Any request sent to http://localhost:8000 should appear there in realtime. Note that the -devtools flag is kinda best effort because Subtrace is intended to be used in production.We have fully on-prem installations for enterprises, of course (e.g. if you're in a highly regulated industry like healthcare).