Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK logs visible on spotlight #643

Open
lucas-zimerman opened this issue Dec 17, 2024 · 2 comments
Open

SDK logs visible on spotlight #643

lucas-zimerman opened this issue Dec 17, 2024 · 2 comments

Comments

@lucas-zimerman
Copy link

Spotlight is a great tool, but one thing that would help me is being able to see the SDK logs on spotlight. With this feature, I'd be able to only focus on a single UI when looking for logs (plus if it has basic search filters)

@BYK
Copy link
Member

BYK commented Dec 17, 2024

@lucas-zimerman that is a great idea! I'll add it to the list. I see two ways to make this happen:

  1. Most of our SDK's have support for capturing console/terminal messages and we can use that in combination with debug mode in the SDK
  2. We do support custom events, so SDKs may start sending custom events to Spotlight when it is enabled.

Which one do you think is the better approach?

@lucas-zimerman
Copy link
Author

I think option 1 works the best, it will have the console messages that will help users to see their app log and also SDK logs that help debugging the SDKs. And since we have the UI control here, there could be checkboxes to hide/show console logs/SDK logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants