I have been building on Bubble for the last ~6 years and recently started following quite a few topics on the Forum.
I saw quite a few devs here, and in the community in general, complain about the current state of logs and observability for their Bubble apps.
So I built ZeroTrace along with @ankur1 - the observability platform that each live Bubble app should have.
What it does:
Overview
Metrics like total logs, event/action runs, errors, WUs, and users over a chosen time range with trend charts so you can spot changes quickly.
Logs
Searchable, filterable log list with accurate and understandable workflow traces. Click a log to see the full trace (which steps ran before/after) and raw log details. Export to CSV if you need it for your SOC2 / ISO / compliance audits. Suggested by @mghatiya
Alerts (my FAVOURITE feature btw)
Define rules (e.g. âerror occursâ, âerror rate exceeds X%â, âduration exceeds X msâ, âWU exceeds Xâ) and get notified so you can react before users report issues.
Who is it for:
Any dev or org running serious and critical Bubble apps knows how important observability is for them. And that how Bubbleâs log tab isnât the solution AT ALL.
This platform becomes a no-brainer for those who want to:
see whatâs actually running and where errors happen
trace paths and figure out how workflows are executing
know their WU usage in detail
be informed immediately when any third-party services are down, or when things are just getting slow!
Adding your app to ZeroTrace
Iâll be keeping this free for the next few months for anyone who wants to try it and share feedback. Itâs invite-only for now â weâre not posting a public sign-up link.
If youâd like an invite, feel free to comment below or DM me.
In case you have sent me a text here or on any other social media platform, we will be in touch to onboard you asap.
Iâd love to hear what youâd want next â better metrics, alert types, filters, AI (which is coming soon ) or anything else.
Correct - we run a job every 5 mins that fetches the updated logs.
As for retention, yes, this extends further that the plan-specific limited period which Bubble offers (and unlike other similar tools that exist atm). Weâve currently set a TTL for 90 days in our OLAP DB, which weâll be extending later depending on the demand.
No, not for only partners. I donât think they are public in sense that they are publicized and promoted as open to be used, but apparently Bubble is okay with this services and others like it using them.
We shipped something Iâm genuinely excited about and people love it!
This was live for the last 2 weeks for the apps using the platform. We have added the capability to chat with your logs and find issues in greater detail.
Instead of scrolling through thousands of log entries trying to figure out what went wrong, you just⌠ask.
âWhat are the most common errors in the last 24 hours?â
âWhich workflows are burning the most WUs?â
âShow me the error rate trend over the past week.â
And it goes and figures it out for you. It runs the queries, cross-references the data, and comes back with an actual answer. Not a wall of raw logs - a real, synthesised insight in plain English.
Itâs available now for all users. If youâre not on the platform yet, DM me for an invite
The tool looks amazing and I would really like to test it. Could you send me an invitation?
While weâre at it, I have two questions:
Regarding data security: how is this handled? What kind of access will your system have to our applications? I have a lot of sensitive data that cannot be shared, such as medical records.
How long are these logs stored? This is currently a problem with Bubble, since the logs are stored for only a short period of time, and sometimes we miss the window of opportunity to debug an issue.