grafana / sentry-datasource

Grafana data source plugin for Sentry.
https://grafana.com/grafana/plugins/grafana-sentry-datasource/
Apache License 2.0
21 stars 13 forks source link

Add basic debugging support with VS Code #260

Closed adamyeats closed 1 month ago

adamyeats commented 1 month ago

This PR adds basic debugging support with VS Code to the datasource. Note that this is only a temporary solution until we update the datasource to have the same debug experience as the other datasources.

github-actions[bot] commented 1 month ago

Use the following command to run this PR with Docker at http://localhost:3000:

  docker run --rm -p 3000:3000 grafana/plugin-builds:9f96c4f703c7b52722a047ff5b94f4bf9dbec02fpre
adamyeats commented 1 month ago

Good catches on both, thanks @asimpson !