@vaadin/vaadin-usage-statistics

WebJar for @vaadin/vaadin-usage-statistics

Лицензия

Лицензия

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

vaadin__vaadin-usage-statistics
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

@vaadin/vaadin-usage-statistics
WebJar for @vaadin/vaadin-usage-statistics
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/vaadin/vaadin-usage-statistics

Скачать vaadin__vaadin-usage-statistics

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vaadin__vaadin-usage-statistics/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vaadin__vaadin-usage-statistics</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vaadin__vaadin-usage-statistics/
implementation 'org.webjars.npm:vaadin__vaadin-usage-statistics:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vaadin__vaadin-usage-statistics/
implementation ("org.webjars.npm:vaadin__vaadin-usage-statistics:2.1.0")
'org.webjars.npm:vaadin__vaadin-usage-statistics:jar:2.1.0'
<dependency org="org.webjars.npm" name="vaadin__vaadin-usage-statistics" rev="2.1.0">
  <artifact name="vaadin__vaadin-usage-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vaadin__vaadin-usage-statistics', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "vaadin__vaadin-usage-statistics" % "2.1.0"
[org.webjars.npm/vaadin__vaadin-usage-statistics "2.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : vaadin__vaadin-development-mode-detector jar [2.0.0,3)

Модули Проекта

Данный проект не имеет модулей.

Gathers usage statistics for components used during application development

To be able to understand and focus development more efficiently, Vaadin gathers product usage statistics during development time and ties this to users who are logged in to their Vaadin account. No statistics or other data is collected from the users of the applications based on any Vaadin technologies.

Statistics are only gathered when the application is in development mode. Statistics are automatically disabled and the statistics gathering code is automatically excluded from production builds.

Collected data

  • Vaadin products used in the application, including version numbers
  • Frameworks used in the application, including version numbers
  • Flow features used in the application, including version numers
  • The first and last time a product was used
  • The first time statistics were gathered
  • Your Vaadin user account
  • Whether you are a Vaadin Pro user or not (true/false)
  • Browser user-agent string
  • The IP address the statistics is sent from

Opting out

npm and Vaadin 14+ (using npm)

Using npm, you can disable it for the machine by running

npm explore @vaadin/vaadin-usage-statistics -- npm run disable

or you can disable it for the project by adding

   "vaadin": { "disableUsageStatistics": true }

to your project package.json and running npm install again (remove node_modules if needed).

You can verify this by checking that vaadin-usage-statistics.js contains an empty function.

Vaadin 10 - 14 (using Bower)

Add to your pom.xml:

<dependency>
  <groupId>org.webjars.bowergithub.vaadin</groupId>
  <artifactId>vaadin-usage-statistics</artifactId>
  <version>1.0.0-optout</version>
</dependency>

Bower

To opt-out from statistics, install the no-op version of the vaadin-usage-statistics package using

bower install --save vaadin/vaadin-usage-statistics#optout

You can verify this by checking that vaadin-usage-statistics.html is empty.

If you have any questions on the use of the statistics, please contact statistics@vaadin.com.

org.webjars.npm

Vaadin

An open platform for building modern web apps for Java back ends

Версии библиотеки

Версия
2.1.0
2.0.1