Description
Currently we have an Sentry.Azure.Functions.Worker integration which adds some middleware that just starts/stops a transaction for every request.
This could be done instead using our OpenTelemetry integration. Potentially then, we could remove the Sentry.Azure.Functions.Worker NuGet package and replace this with a sample app that showed how to wire everything up with Microsoft.Extensions.Logging and OpenTelemetry.
See:
This is the current output from our Azure.Functions.Worker sample:
This is what you see when using OpenTelemetry:

Description
Currently we have an
Sentry.Azure.Functions.Workerintegration which adds some middleware that just starts/stops a transaction for every request.This could be done instead using our OpenTelemetry integration. Potentially then, we could remove the
Sentry.Azure.Functions.WorkerNuGet package and replace this with a sample app that showed how to wire everything up with Microsoft.Extensions.Logging and OpenTelemetry.See:
Microsoft.Azure.Functions.Worker.Sdkcrashes azure function with http trigger #4468 (comment)This is the current output from our Azure.Functions.Worker sample:
This is what you see when using OpenTelemetry: