Under the hood
Useful1 Signal0
Event logging now routes through a cached storage backend.
What's wrong with this entry?
Anonymous. No account, no email.
What
The 1p event-logging initializer now threads a storage backend through to the log exporter.
Details
- the backend is cached in a module-level slot on first call
- passed to the exporter as
storageV5alongside baseUrl, path and the kill switch - the overall storageV5 surface grew from 24 to 27 references between builds
Evidence
storageV5
Strings lifted out of the shipped bundle, so the claim above can be checked against them.