Skip to content

Commit

Permalink
chore: Add comment to remind about updating the plugin-server
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Dec 6, 2023
1 parent 00b0a2e commit e190ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/event-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function isSafari(userAgent: string): boolean {

export const _info = {
campaignParams: function (customParams?: string[]): Record<string, any> {
// Should be kept in sync with https://github.com/PostHog/posthog/blob/master/plugin-server/src/utils/db/utils.ts#L60
const campaign_keywords = [
'utm_source',
'utm_medium',
Expand Down

0 comments on commit e190ed1

Please sign in to comment.