Questions tagged [stackexchange.exceptional]

StackExchange.Exceptional is the name of the error handler used by the Stack Exchange network. Questions using this tag should not be asking about errors within a Stack Exchange member website, but be programming questions about using the open sourced library.

StackExchange.Exceptional is the name of the error handler used for the Stack Exchange network. From the github repository:

StackExchange.Exceptional is the error handler used internally by Stack Exchange and Stack Overflow for logging to SQL (SQL Server and MySQL are both supported).

It also supports JSON and memory error stores, filtering of exceptions before logging, and fail/retry mechanisms for storing errors if there's an interruption in connecting to the error store.

You can find the nuget package here.

8 questions
5
votes
1 answer

Viewing Serilog logs on Asp.Net MVC

I'm using Serilog in my Asp.Net MVC project. (If it matters, I'm using the SQL Server Sink). Previously, I installed StackExchange.Exceptional, and its near so easy to use as Serilog, but it have with a great feature: We can access the logs via web…
Click Ok
  • 8,700
  • 18
  • 70
  • 106
5
votes
1 answer

How to log Client Side exceptions in StackExchange.Exceptional?

I am working on a web project and implemented StackExchange.Exceptional for server exceptions logging. I am just wondering if I could log my client side exceptions as well through StackExchange.Exceptional. Is there any way to use this library for…
2
votes
1 answer

What is URL of StackExchange.Exceptional errors for .NET Core 2 project?

I am try to use StackExchange.Exceptional in my .NET Core 2.1 project. I their documentation is not stated URL to accessing errors. I tried to google solution but only I can found is old URL to ASP.NET MVC 5 project which was Home/Errors which is…
Radenko Zec
  • 7,659
  • 6
  • 35
  • 39
1
vote
1 answer

StackExchange.Exceptional not logging exceptions from Blazor

I have a Blazor Server-Side app running with .NET 5.0 and I'm trying to switch from ElmahCore to Exceptional. But I can't get it to log Blazor exceptions. When I throw an exception in a MVC controller it gets logged, but if I throw one in e.g.…
0
votes
1 answer

Right tools to implement logging and monitoring

My team and I recently started working on a new project. Our project is layered in 3 tiers - client (Winforms Application), middle ware (.NET Core 3.0 Web API), Database (PostgreSQL). I was assigned to find the optimal way to implement a logging and…
0
votes
1 answer

Teleform VBA recieving error remove preceding zeros then fill blank fields with one zero 20170412

This is my VBA in a form for a program called Teleform. My tech support is only for the program and they are unable to assist with scripting to remove preceding zeros from collected data of 2 specific fields. The fields are numeric Month and day…
0
votes
1 answer

StackExchange Exceptional How to setup for ASP.NET Web Form

As title, does anyone know how to setup StackExchange.Exceptional for asp.net web form
minhhungit
  • 180
  • 4
  • 25
0
votes
1 answer

Exception thrown inside Exceptional logging

I’m replacing Elmah with Exceptional, but having an issue. It works fine if the exception is thrown inside my web project or if the error is a 404 (The controller for path '/blah/blah' was not found or does not implement IController). But if I…
Ashley Lee
  • 3,810
  • 1
  • 18
  • 26