glean/docs/user
brizental ff9cc4cc2d Add deprecation note to legacy headers [doc only] 2021-12-20 16:18:39 +01:00
..
_includes Update ping page structure to comply to docs guidelines 2021-08-06 19:06:26 +02:00
appendix Add end-of-year TWiG 2021-12-17 13:41:06 +01:00
language-bindings Attend to review comments [doc only] 2021-11-04 11:33:35 +01:00
reference Apply suggestions from code review 2021-12-14 13:26:58 +01:00
user Add deprecation note to legacy headers [doc only] 2021-12-20 16:18:39 +01:00
README.md Attend to review comments [doc only] 2021-11-04 11:33:35 +01:00
SUMMARY.md Best effort to update occurances of SDK and langauge bindings 2021-11-03 17:26:49 +01:00
book.toml Best effort to update occurances of SDK and langauge bindings 2021-11-03 17:26:49 +01:00
chart-distributions-ui.js Bug 1686670 - Break the book in two: a developer and a user book () 2021-02-18 16:12:45 +01:00
chart-distributions.js EXTRA: Replace all occurances of Javascript with JavaScript 2021-06-11 15:22:27 +02:00
chart.min.js Upgrade to Chart.js v2.9.4 2021-05-11 10:26:21 +02:00
glean.jpeg Bug 1686670 - Break the book in two: a developer and a user book () 2021-02-18 16:12:45 +01:00
highlight.js Bug 1686670 - Break the book in two: a developer and a user book () 2021-02-18 16:12:45 +01:00

README.md

Introduction

The Glean SDKs are modern cross-platform telemetry client libraries and are a part of the Glean project.

Glean logo

The Glean SDKs are available for several programming languages and development environments. Each SDK aims to contain the same group of features with similar, but idiomatic APIs.

To learn more about each SDK, refer to the SDKs overview page.

To get started adding Glean to your project, choose one of the following guides:

  • Kotlin
    • Get started adding Glean to an Android application or library.
  • Swift
    • Get started adding Glean to an iOS application or library.
  • Python
    • Get started adding Glean to any Python project.
  • JavaScript
    • Get started adding Glean to a website, web extension or Node.js project.
  • QML
    • Get started adding Glean to a Qt/QML application or library.

Sections

User Guides

This section of the book contains step-by-step guides and essays detailing how to achieve specific tasks with each Glean SDK.

It contains guides on the first steps of integrating Glean into your project, choosing the right metric type for you, debugging products that use Glean and Glean's built-in error reporting mechanism.

If you want to start using Glean to report data, this is the section you should read.

API Reference

This section of the book contains reference pages for Gleans user facing APIs.

If you are looking for information a specific Glean API, this is the section you should check out.

SDK Specific Information

This section contains guides and essays regarding specific usage information and possibilities in each Glean SDK.

Check out this section for more information on the SDK you are using.

Appendix

Glossary

In this book we use a lot of Glean specific terminology. In the glossary, we go through many of the terms used throughout this book and describe exactly what we mean when we use them.

Changelog

This section contains detailed notes about changes in Glean, per release.

This Week in Glean

“This Week in Glean” is a series of blog posts that the Glean Team at Mozilla is using to try to communicate better about our work. They could be release notes, documentation, hopes, dreams, or whatever: so long as it is inspired by Glean.

Contribution Guidelines

This section contains detailed information on where and how to include new content to this book.

Contact

To contact the Glean team you can:

License

The Glean SDKs Source Code is subject to the terms of the Mozilla Public License v2.0. You can obtain a copy of the MPL at https://mozilla.org/MPL/2.0/.