Hi,
I've noticed that if trackApplicationLifecycleEvents is set to false, the context is stripped from all events.
I imagine this line should sit before the conditional block:
|
plugins.append(Context()) |
One other thing: I would actually like to use application lifecycle events but I prefer a different naming scheme. Is there someway to set this manually? Thanks!