getsentry / getsentry/sentry-dotnet
Auto-instrument SignalR
Open
.NET
Feature
Spans
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Problem Statement
Sentry's [ASP.Net]() Core integration auto-instruments normal web requests, but it doesn't do anything for SignalR events.
### Solution Brainstorm
We could instrument SignalR events via a Hub Filter
[https://learn.microsoft.com/aspnet/core/signalr/hub-filters]()
Contributor guide
Assessment
This issue has not been assessed yet.