Hi folks,
I'd want to configure logging for Rollbar.
The issues is that the Rollbar auth token is available only at runtime in an environment variable.
I was able to get the token using EnvVarSecret, which is then used to call rollbar.init(), but then I got stuck.
How should I add the rollbar logger to prefect logging?