Commit 0451ffa
committed
Warn users when socket_org is missing and upload is skipped
When an API key lacks the socket-basics:read scope, the dashboard
config cannot be loaded and socket_org is not auto-discovered.
Previously this caused a silent skip of result uploads with only
a debug-level log message.
This change upgrades the log level to WARNING and directs users
to create an API key with the correct scopes.1 parent 968b113 commit 0451ffa
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
233 | 238 | | |
234 | 239 | | |
235 | 240 | | |
| |||
0 commit comments