Remove superfluous unused argument
This commit is contained in:
parent
279871ce01
commit
ce80e5a463
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export class PosthogAnalytics {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private sanitizeProperties(properties: posthog.Properties, _: string): posthog.Properties {
|
private sanitizeProperties(properties: posthog.Properties): posthog.Properties {
|
||||||
// Callback from posthog to sanitize properties before sending them to the server.
|
// Callback from posthog to sanitize properties before sending them to the server.
|
||||||
//
|
//
|
||||||
// Here we sanitize posthog's built in properties which leak PII e.g. url reporting.
|
// Here we sanitize posthog's built in properties which leak PII e.g. url reporting.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue