Fix up API doc
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -17,6 +17,9 @@ export class NewRelicBrowser implements AnalyticsApi {
|
||||
config: Config,
|
||||
options: {
|
||||
identityApi?: IdentityApi;
|
||||
userIdTransform?:
|
||||
| 'sha-256'
|
||||
| ((userEntityRef: string) => Promise<string>);
|
||||
},
|
||||
): NewRelicBrowser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user