snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.browsertracker.addplugin.md

Summary

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

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [BrowserTracker](./browser-tracker.browsertracker.md) &gt; [addPlugin](./browser-tracker.browsertracker.addplugin.md)

## BrowserTracker.addPlugin property

Add a plugin into the plugin collection after Tracker has already been initialised

<b>Signature:</b>

```typescript
addPlugin: (configuration: BrowserPluginConfiguration) => void;
```