generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
correlationAll issues related to correlating telemetryAll issues related to correlating telemetrysupportAll issues related to questions and supporting customersAll issues related to questions and supporting customers
Description
Describe the bug
With .net8-library Arcus.Observability.Correlation Version="3.0.0", when we have a function app which contains 2 functions, one with a TimerTrigger and 1 with a HttpTrigger, we get an error message for the first function, saying that the function doesn't have a HttpTrigger.
To Reproduce
Create a function app that contains both TimerTriggers and HttpTriggers, and add library Arcus.Observability.Correlation Version="3.0.0.
Expected behavior
Being able to use UseHttpCorrelation() within a function app that contains both TimerTriggers and HttpTriggers.
Additional context
Occurred after migrating from .NET5 to .NET8.
- Version
Arcus.Observability.Correlation Version="3.0.0
Metadata
Metadata
Assignees
Labels
correlationAll issues related to correlating telemetryAll issues related to correlating telemetrysupportAll issues related to questions and supporting customersAll issues related to questions and supporting customers