Skip to content

Commit

Permalink
prFix: pass explicit args
Browse files Browse the repository at this point in the history
Signed-off-by: nkomonen-amazon <[email protected]>
  • Loading branch information
nkomonen-amazon committed Nov 15, 2024
1 parent 123e897 commit 217e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/shared/telemetry/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export function withTelemetryContext(opts: TelemetryContextArgs) {
},
{
emit: opts.emit !== undefined ? opts.emit : false,
functionId: opts,
functionId: { name: opts.name, class: opts.class },
}
)
}
Expand Down

0 comments on commit 217e2a0

Please sign in to comment.