Closed ivanahuckova closed 2 weeks ago
Fixes https://github.com/grafana/data-sources/issues/161 Follows up on https://github.com/grafana/grafana-plugin-sdk-go/pull/1134
This PR fixes error source for errors coming from getFrames function from sdk. It specifically checks for exported errors that we consider downstream from data package in sdk and http downstream errors.
getFrames
data
sdk
All committers have signed the CLA.
Fixes https://github.com/grafana/data-sources/issues/161 Follows up on https://github.com/grafana/grafana-plugin-sdk-go/pull/1134
This PR fixes error source for errors coming from
getFrames
function from sdk. It specifically checks for exported errors that we consider downstream fromdata
package insdk
and http downstream errors.