Skip to content

Commit

Permalink
fix: api key logging during sdk init
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jan 8, 2024
1 parent edde1dd commit 66c6615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHog/PostHogSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let maxRetryDelay = 30.0
}

if PostHogSDK.apiKeys.contains(config.apiKey) {
hedgeLog("API Key: ${config.apiKey} already has a PostHog instance.")
hedgeLog("API Key: \(config.apiKey) already has a PostHog instance.")
} else {
PostHogSDK.apiKeys.insert(config.apiKey)
}
Expand Down

0 comments on commit 66c6615

Please sign in to comment.