-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DevToolbar] Analytics for which orgs have the toolbar enabled #33
Comments
@ryan953 could you link the sample dashboards/charts we were looking at? Update: nvm, I remembered they're Hydration Errors, Rage Clicks, and Replays Search in redash. If there's other good examples lmk. |
aliu39
added a commit
to getsentry/sentry
that referenced
this issue
Oct 15, 2024
Closes getsentry/sentry-toolbar#33 We're ready to release a developer toolbar for installation on 3rd party sites. Once installed, toolbars will query sentry backend for data - see the [repo](https://github.com/getsentry/sentry-toolbar) or /devtoolbar folder of sentry for examples. This helps us get analytics on every endpoint, whenever the `querryReferrer=devtoolbar` header is included.
Lets throw up a dashboard with some of these numbers, then close this puppy afterwards. |
cmanallen
pushed a commit
to getsentry/sentry
that referenced
this issue
Oct 23, 2024
Closes getsentry/sentry-toolbar#33 We're ready to release a developer toolbar for installation on 3rd party sites. Once installed, toolbars will query sentry backend for data - see the [repo](https://github.com/getsentry/sentry-toolbar) or /devtoolbar folder of sentry for examples. This helps us get analytics on every endpoint, whenever the `querryReferrer=devtoolbar` header is included.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to have metrics/analytics on the server side to show what endpoints the toolbar is hitting. This should be possible by looking at incoming requests to the api where the
?queryReferrer=devtoolbar
url query param is set.The purpose of these metrics/analytics would be to:
With this kind of backend logging we'd be able to make a trade-off: no user-specific logging, but it's also not something users can opt-out of. We want to observe the infra and load.
So we should aim to create some charts like:
It would also be cool to have stats about the orgs that are using the toolbar. So like a table with columns: "org_slug, # of users total, # toolbar users, # issues, # issues resvoled" So that we can start to learn about how the toolbar can be more helpful. This might not need to be on a dashboard, more like a one-off (or something we query every month) kind of query.
The text was updated successfully, but these errors were encountered: