We are seeing an error in which the plugin is trying to connect users who haven't initiated the connection with slash command (/github connect) in our Grafana
{"MESSAGE":"error [2026-04-15 09:46:00.836 +02:00] failed to get GitHub user info
caller=\"app/plugin_api.go:1127\"
plugin_id=github
error=\"Must connect user account to GitHub first.\"
userid=[REDACTED]"
[....]}
Should it be trying this in the background for people who don't want to connect/haven't connected their user accounts?
Or is this error someone who tried to connect an account than either disconnected it or didn't finish the connection?
Either way, it's generating a lot of errors and API calls.
We are seeing an error in which the plugin is trying to connect users who haven't initiated the connection with slash command (
/github connect) in our GrafanaShould it be trying this in the background for people who don't want to connect/haven't connected their user accounts?
Or is this error someone who tried to connect an account than either disconnected it or didn't finish the connection?
Either way, it's generating a lot of errors and API calls.