🥽 For Science!
The initial version of "RxJS Debugging for Visual Studio Code" resulted from a research project. Doing (serious) research relies on empirical data. Thus, "RxJS Debugging for Visual Studio Code" asks its users to opt-in to collecting user behavior analytics data on its first activation.
It is essential for us that our users understand what data we collect and why we do it. This document gives full disclosure on every event and data point we collect. We reveal further where and how information is stored and how you can access it for your research work or contribution to the extension itself.
If analytics is enabled, the extension tracks user behavior at events detailed below. Each event consists of an anonymized machine identifier provided by Visual Studio Code and a set of event-specific data points.
All data points are carefully crafted to protect the users' privacy while providing empirical evidence for future research work. The machine identifier DOES NOT reveal the identity of users accordingly. Its sole purpose is the consolidation of events that belong together over time.
We discard IP addresses before storing any tracking event. This makes it impossible to reconstruct or estimate your geographical location later.
The following list documents all tracked analytic events. Feel free to review their implementation directly in the source code: packages/extension/src/analytics.
Data Point | Reason | Example Values |
---|---|---|
Visual Studio Code Version | The version of your Visual Studio Code installation. This data point helps us to understand, which versions of Visual Studio Code are relevant for our users. It allows us to decide on if we can stop supporting outdated versions of Visual Studio Code, or not. |
1.61.0 |
Visual Studio Code Language | The preferred language of your Visual Studio Code installation. This data point allows us to prioritze the languages for which we might translate "RxJS Debugging for Visual Studio Code" next. |
en-US , de-CH , fr , ... |
Extension Version | Identifies the version of "RxJS Debugging for Visual Studio Code" currently installed on your machine. This data point helps us understand how our users install updates of our extension after release. |
1.0.0 |
Data Point | Reason | Example Values |
---|---|---|
Runtime Type | The runtime type declares how the RxJS debugger connects to your application. This data point helps us to understand what kind of RxJS applications (e.g. backend or frontend) our users debug most. |
nodejs , webpack |
This event does not include any additional data points.
Data Point | Reason | Example Values |
---|---|---|
Operator Name | Identifies built-in operators for which you enable/disable a log point. We will NOT track the name of a custom operator nor anything else related to your source code (line numbers, structure, etc.) This data point helps us to understand which operators are the most problematic ones for our users. Thus, it helps us to build better debugging tools in the future accordingly. |
map , flatMap , ... |
All analytic events are securely transmitted over an HTTPS connection.
Usage analytics data is collected using Posthog. It runs on the premises of the Eastern Switzerland University of Applied Sciences (OST) where all data ist stored as well.
Posthog does not allow the creation of read-only users at the time of writing this document. 🙏 Please create an issue using the appropriate template if you want to access to the collected analytics data for your own research project or contribution to the extension. We happily assist you either with an export of a data set or grant you access to Posthog itself if required.