Skip to content
Corrected url for "replace the existing IExceptionFilter" link authored by Nikolaj Jørgensen's avatar Nikolaj Jørgensen
...@@ -79,7 +79,7 @@ public class ExceptionlessReferenceIdExceptionHandler : IExceptionHandler { ...@@ -79,7 +79,7 @@ public class ExceptionlessReferenceIdExceptionHandler : IExceptionHandler {
} }
``` ```
Then we [replace the existing `IExceptionFilter`](https://github.com/exceptionless/Exceptionless/blob/master/Source/Api/AppBuilder.cs#L63) Then we [replace the existing `IExceptionFilter`](https://github.com/exceptionless/Exceptionless/blob/master/src/Exceptionless.Api/AppBuilder.cs#L66)
```csharp ```csharp
Config.Services.Replace(typeof(IExceptionHandler), new ExceptionlessReferenceIdExceptionHandler()); Config.Services.Replace(typeof(IExceptionHandler), new ExceptionlessReferenceIdExceptionHandler());
... ...
......