You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Controls whether this event handler is tracked in the dashboard.</td>
30
+
</tr>
31
+
<tr>
32
+
<td>priority</td>
33
+
<td><code>integer</code></td>
34
+
<td>Defines the execution priority of the event handler. Handlers with a higher value are executed first. If no priority is specified, the default priority is <code>0</code>.</td>
35
+
</tr>
36
+
</tbody>
37
+
</table>
38
+
</div>
17
39
18
40
## Example: Adding custom tags
19
41
@@ -29,6 +51,62 @@ export default function() {
29
51
}
30
52
```
31
53
54
+
## Example: Controlling whether an event handler is tracked in the dashboard
55
+
56
+
The track field controls whether executions of an event handler appear in the dashboard.
0 commit comments