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)
- Host: GitHub
- URL: https://github.com/gibraltarsoftware/gibraltar.agent.web.module
- Owner: GibraltarSoftware
- License: apache-2.0
- Archived: true
- Created: 2015-04-15T07:44:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T00:40:27.000Z (about 3 years ago)
- Last Synced: 2025-10-11T11:43:26.505Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!