grafana / explore-profiles

Explore Profiles is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data.
GNU Affero General Public License v3.0
18 stars 1 forks source link

chore: Add tracking to the version number for better insights on user stats #150

Closed ifrost closed 1 month ago

ifrost commented 1 month ago

✨ Description

Related issue(s):

N/A

📖 Summary of the changes

Adding version to all tracked events to better distinguish usage stats

🧪 How to test?

Run following command in dev tools:

window._debug.echo.enable();

You should see the version being tracked as an extra property:

Screenshot 2024-09-04 at 15 23 06

github-actions[bot] commented 1 month ago

Unit test coverage

Lines Statements Branches Functions
Coverage: 10%
10.67% (478/4478) 8.21% (136/1656) 7.99% (109/1363)
ifrost commented 1 month ago

Back to draft to check if we can get this info directly from runtime