mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
delete unused file
This commit is contained in:
parent
981df3bdd6
commit
e4cd7c06e4
@ -1,25 +0,0 @@
|
|||||||
type FlagEnabledEvent = {
|
|
||||||
email: string;
|
|
||||||
client_id: string;
|
|
||||||
date: Date;
|
|
||||||
project: string;
|
|
||||||
environment_type: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
type SdkConnectedEvent = {
|
|
||||||
client_id: string;
|
|
||||||
date: Date;
|
|
||||||
// the same thing we report via the unleash-sdk header, e.g. unleash-client-js:1.0.0
|
|
||||||
sdk: string;
|
|
||||||
app_name: string;
|
|
||||||
};
|
|
||||||
|
|
||||||
type HubSpotEvent = FlagEnabledEvent | SdkConnectedEvent;
|
|
||||||
|
|
||||||
export const useHubSpotTracker = () => {
|
|
||||||
const trackEvent = (event: HubSpotEvent) => {
|
|
||||||
// todo: implement
|
|
||||||
};
|
|
||||||
|
|
||||||
return { trackEvent };
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user