MindscapeHQ / raygun4node-aws-lambda

MIT License
2 stars 0 forks source link

Would it not be >= 2 if there are multiple handlers? #11

Closed sumitramanga closed 1 month ago

sumitramanga commented 1 month ago

https://github.com/MindscapeHQ/raygun4node-aws-lambda/blob/62ce4333ba033114f46d37a31f42468dc9d25d8b/lib/raygun.aws.ts#L77

miquelbeltran commented 1 month ago

This doesn't check the amount of handlers, but the amount of parameters in the provided handler.