cockroachdb / sequelize-cockroachdb

Use Sequelize and CockroachDB together
Apache License 2.0
53 stars 16 forks source link

Add telemetry to Sequelize. #119

Closed RichardJCai closed 3 years ago

RichardJCai commented 3 years ago

Telemetry is enabled by default unless users explicitly set dialectOptions: {cockroachdbTelemetryDisabled : true} in the sequelize constructor's options field.

Gotta remember to make a docs update for the telemetry config as well.