Rollbar.currentLogger() is not a function
Describe the bug
In the documentation to use AUL there's this line:
RollbarAulStoreMonitor.sharedInstance().configureRollbarLogger(Rollbar.currentLogger());
However, Rollbar.currentLogger() is not a function, and I can't find what it's supposed to be.
I'm trying to connect Rollbar to Apple Universal Logging but it's not working yet.
To Reproduce Steps to reproduce the behavior:
- Follow the documentation here: https://docs.rollbar.com/docs/sdk-module-rollbaraul
- Get an error on Rollbar.currentLogger()
Expected behavior I expect Rollbar.currentLogger() to be defined, or the docs to be updated to make AUL work.
Screenshots

Rollbar-Apple SDK version: v.2.4.0
Calling the SDK from (x-mark all suitable): [] Objective-C [X] Swift [] Other:
Runtime environment (please complete the following information as applicable):
- Device: Macbook Pro M1
- OS: macOs
- OS version: Ventura
Additional context
I've got the same issue. Are there any known workarounds?