It seems to be getting more and more common to leave your git repository completely undocumented. If you're releasing a software project on github, I want to read about it on github. A basic README that outlines what it does, how it does it, and basic syntax - this is really easy. Table stakes, I might say. I can checkout your repo and I have everything I need to work
Spotlight: Sentry for Development
71–80 of 83 posts
Re: Spotlight: Sentry for Development
#72David from Sentry here. If yall have feedback around Spotlight we’d love to hear it. This is a passion project for a few of us and seemed like a natural fit for our technology, and becomes especially interesting with the service oriented world we all find ourselves in.
Hey David! Few questions: I'm slightly stuck with the Vite plugin Currently getting this when trying to do an npm run dev: [plugin externalize-deps] No known conditions for "./vite-plugin" entry in "@spotlightjs/sidecar" package The plugin "externalize-deps" was triggered by this import vite.config.ts:7:29: 7 │ import spotlightSidecar from '@spotlightjs/sidecar/vite-plugin'; Should I be telling externalize-deps to le…
I'm actually looking forward to it, I wanted to try on NuGet Trends but stopped on the first hurdle: https://github.com/dotnet/nuget-trends/pull/247
Re: Spotlight: Sentry for Development
#73It seems to be getting more and more common to leave your git repository completely undocumented. If you're releasing a software project on github, I want to read about it on github. A basic README that outlines what it does, how it does it, and basic syntax - this is really easy. Table stakes, I might say. I can checkout your repo and I have everything I need to work
a lot of "open source" companies leave their repos bare so you are forced to go onto their website where they can better track and retarget you
Re: Spotlight: Sentry for Development
#74It seems to be getting more and more common to leave your git repository completely undocumented. If you're releasing a software project on github, I want to read about it on github. A basic README that outlines what it does, how it does it, and basic syntax - this is really easy. Table stakes, I might say. I can checkout your repo and I have everything I need to work
a lot of "open source" companies leave their repos bare so you are forced to go onto their website where they can better track and retarget you
Example: https://github.com/getsentry/spotlight/blob/main/packages/we...
Re: Spotlight: Sentry for Development
#75Earlier quoted context omitted.
I also have no idea what it does. "Sentry for development", so it works like sentry but the errors are streamed to localhost??
That’s a good way to think about it yeah. It’s not 1:1, and also can be extended beyond Sentry, but that was our MVP.
Re: Spotlight: Sentry for Development
#76Earlier quoted context omitted.
a lot of "open source" companies leave their repos bare so you are forced to go onto their website where they can better track and retarget you
Retarget you for what? "Hey you should come back and read the docs on our open source project you were interested in last week"
Re: Spotlight: Sentry for Development
#77May I suggest adding some additional context to the home page? While I heard about Sentry I find difficult to understand what Spotlight does. I might not be the intended target audience though.
it looks to me like it covers the same funcionality as browser developer tools but I am also pretty sure those are going away soon, which will mean the only way to inspect websites will be using tools like this (+ WASM binary formats + google controlled web-runtime[0] means the open web is not open anymore) [0] https://thewebshowcase.withgoogle.com/bring-code-from-platfo...
Re: Spotlight: Sentry for Development
#78Re: Spotlight: Sentry for Development
#79May I suggest adding some additional context to the home page? While I heard about Sentry I find difficult to understand what Spotlight does. I might not be the intended target audience though.
Most of these types of home page seem to be written assuming I already know what their tool does.
Re: Spotlight: Sentry for Development
#80Earlier quoted context omitted.
That’s a good way to think about it yeah. It’s not 1:1, and also can be extended beyond Sentry, but that was our MVP.
I don't understand the use case. If it's local, I'll just get a nice traceback and I can use the normal debugger. So what's the point of this?