-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Analytics #451
Comments
To be honest, I am not sure about the specific uses of Google Analytics. I simply copied the configuration from Microsoft's official settings. If it is not necessary, I think we can remove it. |
Holy shit that was quick :) |
Haha, indeed, it was quite swift! After waking up and seeing Neozhu's request to make it configurable, I promptly worked on the entire update, finishing it in approximately 15 minutes. Thank you for bringing up this issue. Is there anything else you would like to discuss or need help with? |
@Bram1903 Thanks for your effort and support |
@Bram1903 damn, super speed. At the moment just working on building the CRUD interface and on recurring HangFire Jobs. I'm curious if and how they can be created following the Clean Architecture. I want them to run monthly/daily etc. Now I created a UI page -> triggers a command -> creates the job (copied the from Logging and DocumentOcr) But thats totally unrelated :) Edit: I'm also wondering how I should keep my local project up to date with the git repo. But that's something for later on |
Hey Guys,
I'm absolutely loving this project. Just started working with HangFire and seems to work well!
I noticed while going trough some files that your google analytics ID is in here. Maybe that should be changed to an empty value or something.
It's in
ConfigureServices.cs
in Blazor.Server.UI projectThe text was updated successfully, but these errors were encountered: