grafana/pkg/api/frontendlogging
Jo 062d255124
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile

* replace ioutil.ReadAll -> io.ReadAll

* replace ioutil.TempFile -> os.CreateTemp

* replace ioutil.NopCloser -> io.NopCloser

* replace ioutil.WriteFile -> os.WriteFile

* replace ioutil.TempDir -> os.MkdirTemp

* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
..
test-data Logging: sourcemap support for frontend stacktraces (#30590) 2021-02-04 08:37:28 +02:00
grafana_javascript_agent_payload.go Frontend Logging: Integrate grafana javascript agent (#50801) 2022-06-28 03:25:30 -04:00
grafana_javascript_agent_sourcemaps.go Frontend Logging: Integrate grafana javascript agent (#50801) 2022-06-28 03:25:30 -04:00
grafana_javascript_agent.go Frontend Logging: Integrate grafana javascript agent (#50801) 2022-06-28 03:25:30 -04:00
sentry.go Logger migration from log15 to gokit/log (#41636) 2022-01-06 22:28:05 +08:00
source_maps.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00