Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Jan 16, 2025
1 parent f37d4ce commit 873d14c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/browser-plugin-webview/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { Logger, SelfDescribingEvent, SelfDescribingJson } from '@snowplow/track
import { base64urldecode } from './utils';

type WebViewPluginOptions = {
/** Provide a list of tracker namespaces to forward events to.
* By default, the events will be forwarded to the default mobile tracker.
*/
trackerNamespaces?: string[];
};

Expand Down

0 comments on commit 873d14c

Please sign in to comment.