Make the API Design doc a bit more consistent#13511
Merged
Conversation
In particular, this removes a bunch of stray backslashes, like `\{`.
It also uses more consistent formatting of paths, related to slashes and placeholders.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
codyde
added a commit
that referenced
this pull request
May 5, 2025
* 'master' of https://github.com/getsentry/sentry-docs: Fix small typo (#13570) Update trace explorer doc for GA (#13560) feat(cloudflare): Add jsonc instructions for sourcemaps upload (#13572) fix(apple): Missing semicolons in objc config snippets (#13578) feat(godot): Enriching events with scene tree data (#13531) feat(apple): Troubleshooting for subclass error (#13509) Make the API Design doc a bit more consistent (#13511) docs(js): Remove outdated/misleading warning (#13484) Refine SDK behavior docs for logs to make buffering more clear (#13573) fix(spike protection): correct floor calculation explanation (#13556) ref(docs): rm session health from early adopter (#13571) Bump API schema to 8c0365cd (#13564) Updating MCP docs with Video + Claude steps (#13563)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In particular, this removes a bunch of stray backslashes, like
\{.It also uses more consistent formatting of paths, related to slashes and placeholders.