-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
Description
Are you requesting automatic instrumentation for a framework or library? Please describe.
In the net6 runtime for aws lambda, they added support for top level statements. See
Is your feature request related to a problem? Please describe.
Using top level statements, we change the function handler to only contain the assembly, but when initializing the tracer for serverless operation, the constructor expects the function handler to be formated as A::B::C, where as now we only provide A.
Describe the solution you'd like
We would like support for using lambda top level statements
lucas-foreflight, bshawnd, kellyrbourg, jomegatron, flippidippi and 18 more