-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
We are introducing ApplicationErrorCategory to provide a way for users to:
- categorize their application failures into common error classes
- specify the application failure's logging and metrics behaviour
Consequently, we need to apply the corresponding logging and metrics from the given ApplicationErrorCategory in our SDKs.
Per-SDK Tickets
- Go - Apply application failure logging and metrics behaviour according to ApplicationErrorCategory sdk-go#1908
- Java - Apply application failure logging and metrics behaviour according to
ApplicationErrorCategorysdk-java#2475 - Core - [Feature Request] Plumb
ApplicationErrorCategoryto lang SDKs sdk-core#897 - TypeScript - [Feature Request] Apply application failure logging and metrics behaviour according to ApplicationErrorCategory sdk-typescript#1672
- Python - Apply application failure logging and metrics behaviour according to ApplicationErrorCategory sdk-python#820
- .NET - [Feature Request] Apply application failure logging and metrics behaviour according to
ApplicationErrorCategorysdk-dotnet#448 - Ruby - [Feature Request] Apply application failure logging and metrics behaviour according to
ApplicationErrorCategorysdk-ruby#242 - PHP - [Feature Request] Apply application failure logging and metrics behaviour according to ApplicationErrorCategory sdk-php#632
- Temporal CLI - N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request