Closed alphaone closed 1 year ago
I also noticed the same thing. Looks like it was removed https://github.com/autotelic/fastify-opentelemetry/pull/41#issue-954735408
Thanks for bringing this to our attention @alphaone and thanks @SeanReece for linking the PR! Looks like we forgot to remove serviceName
usage from the example after removing the option. Would either of you be willing to open a PR to update the example?
Hey,
First, I want to thank you for working on this library. It is very much appreciated 🙏
Looking at the example I can see :
When I try to use
serviceName
as an config option in my code I get an error, thatserviceName
is not supported as an option:Object literal may only specify known properties, and 'serviceName' does not exist in type 'FastifyRegisterOptions<OpenTelemetryPluginOptions>'.
I was wondering, if this option was removed or is only planned for future releases 🤔