Skip to content

Commit

Permalink
fix: api key logging during sdk init (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 8, 2024
1 parent edde1dd commit d435934
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 d435934

Please sign in to comment.