azure-webjobs-sdk icon indicating copy to clipboard operation
azure-webjobs-sdk copied to clipboard

FunctionExceptionFilterAttribute, is it ever going to get out of preview?

Open danielwertheim opened this issue 4 years ago • 6 comments

Seem to have been in preview a rather long time: https://github.com/Azure/azure-webjobs-sdk/blame/dev/src/Microsoft.Azure.WebJobs.Host/Filters/FunctionExceptionFilterAttribute.cs#L13

What should be used instead if you want to intercept calls to functions?

danielwertheim avatar Sep 26 '20 15:09 danielwertheim

@mathewc -- what's the latest status on this?

brettsam avatar Sep 28 '20 15:09 brettsam

We would love to see the Filters and the FilterAttributes out of Preview!

It targets a lot of interfaces and attributes:

  • IFunctionInvocationFilter
  • IFunctionExceptionFilter
  • IFunctionFilter
  • FunctionInvocationFilterAttribute
  • FunctionExceptionFilterAttribute

Kind regards

stephanruhland avatar Oct 07 '20 09:10 stephanruhland

@brettsam Should I interpret this as "there's nothing else to use"? And given the lack of response from your colleague, I'm guessing this will not come out of "preview" any time this year.

danielwertheim avatar Oct 14 '20 18:10 danielwertheim

Hi @danielwertheim, Details on the status are here. Adding the issue to feature request

v-anvari avatar Nov 19 '20 18:11 v-anvari

Is there any update on this?

ben-graffle avatar May 04 '22 21:05 ben-graffle