Commit 4c9338ed authored by Craig Norris's avatar Craig Norris

Merge branch 'docs-aqualls-fix-kramdown' into 'master'

Fix kramdown warning in table

See merge request gitlab-org/gitlab!52369
parents b8398c70 88c6068e
......@@ -310,7 +310,7 @@ Custom event tracking and instrumentation can be added by directly calling the `
| `label` | String | nil | As described in [Structured event taxonomy](#structured-event-taxonomy). |
| `property` | String | nil | As described in [Structured event taxonomy](#structured-event-taxonomy). |
| `value` | Numeric | nil | As described in [Structured event taxonomy](#structured-event-taxonomy). |
| `context` | Array[SelfDescribingJSON] | nil | An array of custom contexts to send with this event. Most events should not have any custom contexts. |
| `context` | Array\[SelfDescribingJSON\] | nil | An array of custom contexts to send with this event. Most events should not have any custom contexts. |
Tracking can be viewed as either tracking user behavior, or can be used for instrumentation to monitor and visualize performance over time in an area or aspect of code.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment