getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
576 stars 205 forks source link

Performance monitoring for websockets (e.g: Blazor Server) #1685

Open bruno-garcia opened 2 years ago

bruno-garcia commented 2 years ago

Problem Statement

While error monitoring works fine, transactions end up all as "GET _blazor" or "POST /_blazor/disconnect"

Solution Brainstorm

A transaction per message sent / received?

Came up on: https://sentry.zendesk.com/agent/tickets/66065 https://www.notion.so/sentry/-3a59e5c350c1419d81319b4835f5ea1c

SimonCropp commented 2 years ago

@bruno-garcia @mattjohnsonpint does the internal ticket include the sentry configuration code?

mattjohnsonpint commented 1 year ago

does the internal ticket include the sentry configuration code?

Nope.