Skip to content

Conversation

@brkalow
Copy link
Member

@brkalow brkalow commented Nov 14, 2023

Description

Adds a TelemetryCollector instance to the clerk backend client to allow collection in server environments. I also updated the collector to accept an instance's secretKey. Ultimately we do only collect the first 16 characters of the secret key to allow for later analysis.

I'm not entirely happy with piggybacking off of the backend client like this, but for now I think it's an easy way to consistently handle server-side telemetry across our SDKs without too much extra boilerplate.

Fixes SDK-909

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

@brkalow brkalow requested a review from a team as a code owner November 14, 2023 19:47
@changeset-bot
Copy link

changeset-bot bot commented Nov 14, 2023

⚠️ No Changeset found

Latest commit: f9e9be0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

* Determines whether or not events will be logged to the console.
* The publishableKey to associate with the collected events.
*/
verbose?: boolean;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verbose is now unused with the debug option.

@brkalow brkalow merged commit 01ac716 into brk.feat/telemetry-spike Nov 16, 2023
@brkalow brkalow deleted the brk.feat/telemetry-backend branch November 16, 2023 17:25
github-merge-queue bot pushed a commit that referenced this pull request Nov 22, 2023
* feat(clerk-js): Spike out telemetry collection

* feat(clerk-js): Add sampling rate and verbose option

* feat(shared): Move TelemtryCollector into shared, make it isomorphic

* feat(nextjs): Add telemtry collection for authMiddleware

* feat(shared): Support passing multiple events to the telemetry endpoint

* feat(shared): Abstract fetch into sendEvent

* feat(shared): Refactor SDK metadata handling to get accurate value

* feat(shared): Update endpoint, don't use no-cors

* fix(nextjs): Fix merge conflict

* feat(shared): Add batching to the telemetry collector

* feat(shared): Add opt-out support for SDK telemetry (#2099)

* feat(clerk-js): Add TelemetryCollector instance to backend client (#2134)

* chore(repo): Add changeset

* fix(shared): Fix tests that rely on fetch

* feat(shared): Set production endpoint

* feat(clerk-js): Make telemtry public, expose via isomorphicClerk

* feat(shared): Add doc on the TelemetryCollector

* feat(clerk-js): Support telemetry: false as a way to disable telemetry

* chore(shared): Tweak comment

* chore(shared): Tweak comment

* fix(clerk-sdk-node): Add PACKAGE_ constants for tests

* fix(fastify): Define PACKAGE_ constants in test environment

* feat(shared): Refactor telemetry instrumentation to rely on helpers

* feat(shared): Add telemetry notice

* feat(shared): Add postinstall script

* chore(shared): Add word

* chore(shared): Swallow errors in postinstall

* chore(repo): Allow scripts directory in subpaths-workaround

* feat(shared): Adjust types to enforce the event structure from event factory methods

* chore(shared): Simplify telemetry.record() API
desiprisg pushed a commit that referenced this pull request Nov 23, 2023
* feat(clerk-js): Spike out telemetry collection

* feat(clerk-js): Add sampling rate and verbose option

* feat(shared): Move TelemtryCollector into shared, make it isomorphic

* feat(nextjs): Add telemtry collection for authMiddleware

* feat(shared): Support passing multiple events to the telemetry endpoint

* feat(shared): Abstract fetch into sendEvent

* feat(shared): Refactor SDK metadata handling to get accurate value

* feat(shared): Update endpoint, don't use no-cors

* fix(nextjs): Fix merge conflict

* feat(shared): Add batching to the telemetry collector

* feat(shared): Add opt-out support for SDK telemetry (#2099)

* feat(clerk-js): Add TelemetryCollector instance to backend client (#2134)

* chore(repo): Add changeset

* fix(shared): Fix tests that rely on fetch

* feat(shared): Set production endpoint

* feat(clerk-js): Make telemtry public, expose via isomorphicClerk

* feat(shared): Add doc on the TelemetryCollector

* feat(clerk-js): Support telemetry: false as a way to disable telemetry

* chore(shared): Tweak comment

* chore(shared): Tweak comment

* fix(clerk-sdk-node): Add PACKAGE_ constants for tests

* fix(fastify): Define PACKAGE_ constants in test environment

* feat(shared): Refactor telemetry instrumentation to rely on helpers

* feat(shared): Add telemetry notice

* feat(shared): Add postinstall script

* chore(shared): Add word

* chore(shared): Swallow errors in postinstall

* chore(repo): Allow scripts directory in subpaths-workaround

* feat(shared): Adjust types to enforce the event structure from event factory methods

* chore(shared): Simplify telemetry.record() API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants