implement eventTrack
This commit is contained in:
parent
fed24f3d28
commit
dbca2a64e0
|
@ -120,6 +120,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
eventTrack(action: string, label?: string, options?: any) {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
isDev(): boolean {
|
||||
return process.env.BWCLI_ENV === 'development';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue