You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: posthog/api/posthog.api
+4
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,11 @@ public final class com/posthog/PostHog$Companion : com/posthog/PostHogInterface
71
71
72
72
public class com/posthog/PostHogConfig {
73
73
public static final field Companion Lcom/posthog/PostHogConfig$Companion;
74
+
public static final field DEFAULT_EU_ASSETS_HOST Ljava/lang/String;
75
+
public static final field DEFAULT_EU_HOST Ljava/lang/String;
74
76
public static final field DEFAULT_HOST Ljava/lang/String;
77
+
public static final field DEFAULT_US_ASSETS_HOST Ljava/lang/String;
78
+
public static final field DEFAULT_US_HOST Ljava/lang/String;
75
79
public fun <init> (Ljava/lang/String;Ljava/lang/String;ZZZZZIIIILcom/posthog/PostHogEncryption;Lcom/posthog/PostHogOnFeatureFlags;ZLcom/posthog/PostHogPropertiesSanitizer;Lkotlin/jvm/functions/Function1;ZLcom/posthog/PersonProfiles;)V
76
80
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/String;ZZZZZIIIILcom/posthog/PostHogEncryption;Lcom/posthog/PostHogOnFeatureFlags;ZLcom/posthog/PostHogPropertiesSanitizer;Lkotlin/jvm/functions/Function1;ZLcom/posthog/PersonProfiles;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
77
81
public final fun addIntegration (Lcom/posthog/PostHogIntegration;)V
0 commit comments