Documentation
¶
Index ¶
- func HandleEvents(client sentry.SentryClient, query query.SentryQuery, ...) backend.DataResponse
- func HandleEventsStats(client sentry.SentryClient, query query.SentryQuery, ...) backend.DataResponse
- func HandleIssues(client sentry.SentryClient, query query.SentryQuery, ...) backend.DataResponse
- func HandleMetrics(client sentry.SentryClient, query query.SentryQuery, ...) backend.DataResponse
- func HandleStatsV2(client sentry.SentryClient, query query.SentryQuery, ...) backend.DataResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleEvents ¶
func HandleEvents(client sentry.SentryClient, query query.SentryQuery, backendQuery backend.DataQuery, response backend.DataResponse) backend.DataResponse
HandleEvents handles the events query.to the Sentry API.
func HandleEventsStats ¶
func HandleEventsStats(client sentry.SentryClient, query query.SentryQuery, backendQuery backend.DataQuery, response backend.DataResponse) backend.DataResponse
HandleEventsStats handles the events stats query.to the Sentry API.
func HandleIssues ¶
func HandleIssues(client sentry.SentryClient, query query.SentryQuery, backendQuery backend.DataQuery, response backend.DataResponse) backend.DataResponse
HandleIssues handles the issues query.to the Sentry API.
func HandleMetrics ¶
func HandleMetrics(client sentry.SentryClient, query query.SentryQuery, backendQuery backend.DataQuery, response backend.DataResponse) backend.DataResponse
HandleMetrics handles the metrics query.to the Sentry API.
func HandleStatsV2 ¶
func HandleStatsV2(client sentry.SentryClient, query query.SentryQuery, backendQuery backend.DataQuery, response backend.DataResponse) backend.DataResponse
HandleStatsV2 handles the statsV2 query.to the Sentry API.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.