Skip to content

Http Module that handles server side logging of messages sent by the Javascript agents

License

Notifications You must be signed in to change notification settings

arun-joseph/Gibraltar.Agent.Web.Module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loupe Agent Web Module

This module enables you to not only utilise a Loupe JavaScript agent but it also provide session tracking of users.

It adds to an existing Loupe system so all your existing code continues to work as it does now and it extends the Loupe Agent for WebForms and/or the Loupe Agent for Mvc/WebApi enabling you to still use any viewer for Loupe to review the agent's information

You can install it directly from nuget here

Using the Module

If you install the module via Nuget there is nothing you need to do, if you wish to build it yourself and add it to an existing system manually then you need to alter the web cofig and add the following to the <system.webServer><modules> section: <add name="Loupe.JSLogging" type="Loupe.Agent.Web.Module.Logging" />

Building the Agent

This project is designed for use with Visual Studio 2013 with NuGet package restore enabled. When you build it the first time it will retrieve dependencies from NuGet.

Contributing

Feel free to branch this project and contribute a pull request to the development branch. If your changes are incorporated into the master version they'll be published out to NuGet for everyone to use!

About

Http Module that handles server side logging of messages sent by the Javascript agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • C# 27.6%
  • Classic ASP 1.1%
  • CSS 0.2%