snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/node-tracker/markdown/node-tracker.coreplugin.contexts.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [CorePlugin](./node-tracker.coreplugin.md) &gt; [contexts](./node-tracker.coreplugin.contexts.md)

## CorePlugin.contexts property

Called when constructing the context for each event Useful for adding additional context to events

<b>Signature:</b>

```typescript
contexts?: () => SelfDescribingJson[];
```