Azure / Azure/azure-functions-durable-js
Add parameters to the logging of callActivity
- 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_

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
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