mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
26 lines
712 B
Markdown
26 lines
712 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "reportMetaAnalytics"
|
|
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## reportMetaAnalytics variable
|
|
|
|
### reportMetaAnalytics variable
|
|
|
|
Helper function to report meta analytics to the [EchoSrv](./runtime/echosrv.md)<!-- -->.
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
reportMetaAnalytics: (payload: MetaAnalyticsEventPayload) => void
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { reportMetaAnalytics } from '@grafana/runtime';
|
|
```
|