An open API service indexing awesome lists of open source software.

https://github.com/gibraltarsoftware/gibraltar.agent.web.module

Http Module that handles server side logging of messages sent by the Javascript agents (Moved to Gibraltar.Agent)
https://github.com/gibraltarsoftware/gibraltar.agent.web.module

Last synced: 5 months ago
JSON representation

Http Module that handles server side logging of messages sent by the Javascript agents (Moved to Gibraltar.Agent)

Awesome Lists containing this project

README

          

Loupe Agent Web Module (Moved to Gibraltar.Agent)
===================

**This repository has been merged with the [Gibraltar.Agent](https://github.com/GibraltarSoftware/Gibraltar.Agent)
Repository and is now maintained there.**

This module enables you to not only utilise a [Loupe JavaScript agent](https://github.com/GibraltarSoftware/Gibraltar.Agent.Web.JavaScript)
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](https://github.com/GibraltarSoftware/Gibraltar.Agent.Web) and/or
the [Loupe Agent for Mvc/WebApi](https://github.com/GibraltarSoftware/Gibraltar.Agent.Web.Mvc) enabling you
to still use any viewer for Loupe to review the agent's information

You can install it directly from nuget [here](https://www.nuget.org/packages/Loupe.Agent.Web.Module/)

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 `````` section: ``````

Building the Agent
------------------

This project is designed for use with Visual Studio 2017 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!