mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
implement eventTrack
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user