Closed AndreaBacquele closed 1 month ago
Thanks for raising @AndreaBacquele. Opening a PR and will have the team review it once they are online.
Thank you @bbckr 🤩
Leaving reopened until the package is published, will be version 2.0.0
Just to keep my team updated: Do you have an idea when the package will be published? :)
Just to keep my team updated: Do you have an idea when the package will be published? :)
This was published yesterday https://github.com/seatgeek/backstage-plugins/releases/tag/%40seatgeek%2Fbackstage-plugin-slack-catalog-backend%402.0.0
Hi! :hand: We are using your
plugin-slack-catalog-backend
We have a type error when we usefromConfig()
in our backend module. With Backstage config in our createBackendModule, we uselogger: coreServices.logger,
.But we have this type error:
Argument of type 'LoggerService' is not assignable to parameter of type 'Logger'.
Would you happen to have a solution? We need to update our Backstage version to the 1.31 and they start to deprecate
loggerToWinstonLogger
method.Thanks in advance