Skip to content

Commit

Permalink
chore(posthog): rename tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Sep 12, 2024
1 parent 32173a5 commit a6886e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
@CapacitorPlugin(name = "Posthog")
public class PosthogPlugin extends Plugin {

public static final String TAG = "Posthog";

private static final String ERROR_EVENT_MISSING = "event must be provided.";
private static final String ERROR_ALIAS_MISSING = "alias must be provided.";
private static final String ERROR_API_KEY_MISSING = "apiKey must be provided.";
Expand All @@ -27,7 +29,6 @@ public class PosthogPlugin extends Plugin {
private static final String ERROR_TYPE_MISSING = "type must be provided.";
private static final String ERROR_VALUE_MISSING = "value must be provided.";
private static final String ERROR_UNKNOWN_ERROR = "An unknown error has occurred.";
private static final String TAG = "PosthogPlugin";

private Posthog implementation;

Expand Down

0 comments on commit a6886e9

Please sign in to comment.