ngx-hotjar
ngx-hotjar copied to clipboard
Development mode
Is your feature request related to a problem? Please describe. Create a development mode by forRoot when dependencies are not loaded. Typically used in ng serve mode ...
Hi @eggp! Could you explain a little bit more your use case scenario?
I think @eggp means something like
NgxHotjarModule.forRoot({hj: environment.hj, disabled: !environment.production})
@alecrt I think the second parameter is for version. i do not see disabled. Its throwing error. How do I import it only for production mode
@maxandriani any intentions on that feature request ?