getsentry / spotlight

Your Universal Debug Toolbar
https://spotlightjs.com
Other
386 stars 11 forks source link

Identifier 'spotlightRoot' has already been declared #407

Closed stayallive closed 5 months ago

stayallive commented 6 months ago

Environment

Spotlight Electron 0.0.24.

Steps to Reproduce

  1. Use the WordPress plugin to send an error payload
  2. Open the error by clicking on it's entry

The exact payload: https://paste.chief.tools/d774cf68-4b3b-4424-baa1-6532384d2744

Sentry itself has no problem storing the event as far as I can tell. It is a mundane exception with a few breadcrumbs. No attachments or anything really special.

Expected Result

Error with details would show.

Actual Result

https://github.com/getsentry/spotlight/assets/1090754/388c793a-c973-4513-bbd0-b3ea7067d885

Reloading doesn't seem to help at all 🔥

Shubhdeep12 commented 6 months ago

Hey @stayallive thanks for the info.

Looks like there are 2 issues -

  1. Electron app is triggering error again and again.
  2. Event details page with stacktrace is also facing issues rendering the error event.

I'll fix these.

Shubhdeep12 commented 5 months ago

Hey @stayallive this is fixed. Can you please check again. Thanks.

stayallive commented 5 months ago

Yes, works great now! Thanks 💪