Azure / Azure/azure-functions-durable-js

Add parameters to the logging of callActivity

Open
#624 0 comments 0 reactions 0 assignees View on GitHub
Enhancement Observability P2
Dominant language
TypeScript
Stars
142
Forks
66
Avg merge
3d 19h
Merged PRs (30d)
4

Description

Currently when you start a function by:
`yield context.df.callActivity("FunctionName", parameter);`

you end up with a log in the Log Analytics of _Executing 'Functions.FunctionName_

![Image](https://github.com/user-attachments/assets/9c404ecc-a9ef-498f-a2d0-71ce070a044e)

but the _parameter_ is not registered under Properties.

How (and potentially where, if it's not the right repo) could we change it?

Contributor guide

Open the contributing guide

Research direction

Start by tracing the callActivity entry point and the code that emits the “Executing 'Functions.FunctionName'” Log Analytics record. Determine whether this repository owns the logging behavior or another component does. Done means the activity parameter is included under the log record’s Properties without exposing sensitive data.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
observability-sre
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.