Sorry, what does this do exactly? I have only cursory familiarity with Sentry and it's not obvious why would I want it.
Spotlight: Sentry for Development
31–40 of 83 posts
Re: Spotlight: Sentry for Development
#32Sorry, what does this do exactly? I have only cursory familiarity with Sentry and it's not obvious why would I want it.
Makes it much easier to debug local systems during development.
Same kind of thing for errors- takes something that shows up in a console somewhere and brings it into a UI.
Re: Spotlight: Sentry for Development
#33David 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.
Re: Spotlight: Sentry for Development
#34David 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.
Re: Spotlight: Sentry for Development
#35Re: Spotlight: Sentry for Development
#36Earlier quoted context omitted.
Both say 'Unable to connect' for me (Firefox built in page) in the UK. Which I think means the name resolved but no response. (But I'm on mobile so can't say more than that.)
The domain name is new, and those get blocked by many DNS-based ad-blocks. I use NextDNS and get the same error - spotlightjs.com is blocked (resolves to 0.0.0.0) NextDNS calls this "Block Newly Registered Domains (NRDs)", and applies to all domains <30 days. ZScaler has something similar for corporate users, so people connecting from work might see a big red warning page.
I guess I can see the upside in terms of helping avoid newly registered phishing sites, but I don't think I could live with the downsides.
Re: Spotlight: Sentry for Development
#37Is it compatible with Sentry API (drop in replacement)?
Re: Spotlight: Sentry for Development
#38I don't have a npm/npx/etc build mechanism setup, so I'd appreciate instructions for running a separate web server to serve the UI, rather than running the UI integrated directly into my existing Python web application.
Re: Spotlight: Sentry for Development
#39Feature request: documentation for running this with a Python web app. It looks to me like it should work - the Python Sentry library can presumably publish to the local Spotlight forwarder. I don't have a npm/npx/etc build mechanism setup, so I'd appreciate instructions for running a separate web server to serve the UI, rather than running the UI integrated directly into my existing Python web application.
Feel free to add a GitHub issue with more details if that’s easier!
Re: Spotlight: Sentry for Development
#40David 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.
I'm curious. I figure you considered building the UI as a DevTools extension; why 'd you go this in-page-DOM-overlay route instead?