small fixes on the Managed ClickStack guide#6393
Merged
Merged
Conversation
dhtclk
approved these changes
Jun 15, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
gingerwizard
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Small fixes on the Managed ClickStack guide
Note
Low Risk
Documentation-only changes with no runtime or configuration impact on production systems.
Overview
Updates the Managed ClickStack getting started guide’s “Connect the application to your collector” section so OTLP setup matches HTTPS and local dev expectations.
OTEL env docs: Describes port
4318as OTLP over HTTPS (not HTTP), standardizes placeholders to<ingestion_token>, and tells readers to copy.env.exampleto.envbefore settingOTEL_SERVICE_NAME,OTEL_EXPORTER_OTLP_ENDPOINT, andOTEL_EXPORTER_OTLP_HEADERS.Non-TLS collectors: Adds a note to use plain HTTP (e.g.
http://localhost:4318) when the collector does not use TLS.Reviewed by Cursor Bugbot for commit 96ad784. Bugbot is set up for automated code reviews on this repo. Configure here.