Burak Yigit Kaya
Burak Yigit Kaya
Right now we only have Sentry reporting on the `electron` package. Ideally, we should have this on all available packages. It should be straightforward to add this to the dedicated...
I recently tried to integrate Spotlight with a basic Rails app and it was a very cumbersome experience. - [ ] It's not clear that we need the Ruby SDK...
It would be great to surface SDK client reports such as events getting dropped due to size etc.
We need to add the following documentation pieces: - [x] #617 - [x] The `http://spotlight@localhost:8969/0` DSN hack for unsupported SDKs - [ ] The `LAUNCH_EDITOR` and other env variables for...
No reason not to have the electron app for Windows too so let's try to enable this.
Would be great to have syntax highlighting for error code frames and DB queries. Can use https://www.npmjs.com/package/react-syntax-highlighter or https://www.npmjs.com/package/sql-highlight (only for DB queries)
Our SDKs started adding support for structured logs. Spotlight should be able to surface these and connect them to right traces and errors. Docs for logs: https://develop-docs-git-abhi-logs-sdk-developer-documentation.sentry.dev/sdk/telemetry/logs/
Naive fuzzy text search serves us for now but it is clear that we'll need more, at least combining a few search terms very quickly. Especially with profiling spans and...
Add support for continuous profiles, or profiles v2: https://develop.sentry.dev/sdk/telemetry/profiles/sample-format-v2/ Ref #565