blob: acf0c0be5b21501de8373305d1d7f9f6cb8efd87 (
plain)
1
2
3
4
5
6
|
// Package telemetry implements a client for reporting telemetry data used to
// prioritize development of SpiceDB.
//
// For more information, see:
// https://github.com/authzed/spicedb/blob/main/TELEMETRY.md
package telemetry
|