Skip to content

Releases: rybbit-io/rybbit

v2.2.0 - Let there be light

22 Nov 00:54
da22f33

Choose a tag to compare

Added light mode

image

See relevant sessions under goals

image

See reached/dropped sessions under funnels

image

v2.1.2

10 Nov 21:06

Choose a tag to compare

Fixes bug where self-hosted users are not able to see session replays if they aren't an owner account.

v2.1.1

25 Oct 22:04
30299d2

Choose a tag to compare

Generate private links for your team

image

Bounce rate column

image

Country-level IP blocking (by @stijnie2210)

image

Cross-domain attribution for funnels

image

+various bugfixes

v2.0.1

17 Oct 15:06

Choose a tag to compare

Added support for 3D Mapbox globe in self-hosted release.

Add the MAPBOX_TOKEN to you environment variables on the backend server (the .env at root if you're using the standard configuration)

v2.0.0

17 Oct 00:56

Choose a tag to compare

We haven't had a release for 2 months, but this is a big one! It's the biggest update in the short history of Rybbit, and includes a minor breaking change (you just need to toggle some switches in the UI if affected) so I've decided to mark it as 2.0.

Map/Globe Rework

The Map and Realtime pages have been replaced with the Globe page. There isn't a straight up 1-to-1 replacement of the Realtime page yet, but I might add it in a future release.

Leaflet has been replaced with Openlayers. I added a 3D mode using Mapbox, but I have left this feature out of the open source release because Mapbox requires a credit card to obtain an API key (even if you stay within the free tier). To be clear, the 2D map is in the self-hosted release.

image

Timeline view where you can see and replay visits over time

image

Coordinates view where you can see the approximate location of sessions

image

Country and subdivision layers are largely the same

image

Journeys Page Rework

  • General UI redesign
  • Added step path filter
  • Hover interactions on nodes and connections now make more sense
image

Goal and Funnel Improvements

  • Added ability to clone goals and funnels
  • Added search filter to goals and funnels
image

User Identification Improvements

  • Changed user avatar
  • Now displays a random name for each user instead of the raw ID (ID is still available)
image

Script Configs are now Server-side

This is technically the breaking change of this 2.x release

I didn't like how some of the configs were living on the tracking script and some were in the site settings UI, so I moved almost all of them to site settings. You no longer have to redeploy you script every time you want to update the tracking config.

For anyone currently setting fields on the tracking script, just head over to your site settings and toggle stuff on.

image

Filter Improvements

  • Fixed the "Event Name" filter. This was always broken in the past
  • In the main tab you can now filter by events by clicking on them
  • Added more filters to more pages, most notably the Hostname filter

Optional IP address collection

You can now toggle visitor IP addresses. IP address collection is off by default because it is very privacy unfriendly, but it can be useful for debugging or blocking bots/spammers.

image

Channel Information

Added channel information to the Sessions, Users, and Globe pages
image

image

v1.6.1

22 Aug 02:22

Choose a tag to compare

Remove Redis connection error log spam in backend container

v1.6.0

20 Aug 03:28
b58e5aa

Choose a tag to compare

Key Features

  • Add tracking outbound links
  • Removed header and moved everything into the sidebar
  • Add IP exclusion
  • Add ability to track custom errors
  • Moved Clickhouse configs inside docker-compose file.
  • A bunch of bug fixes

Commit log

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

18 Jul 16:00

Choose a tag to compare

Fixes session replays

v1.5.0

17 Jul 23:33
c306cab

Choose a tag to compare

Key Features

  1. Add support for adding organization members on self-hosted instances
  2. Add support for multiple organizations
  3. Session replay performance improvements
  4. Bug fixes

Commit Log

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

30 Jun 18:11

Choose a tag to compare

Fixes bug where session replay script was gated behind auth