-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop docs content #10330
Merged
Merged
Develop docs content #10330
Conversation
This file contains 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
* fix(apidocs): update note about full path * Update src/docs/api/public.mdx Co-authored-by: Seiji Chew <[email protected]> * Update public.mdx --------- Co-authored-by: Seiji Chew <[email protected]>
Update `Making an API Public` section with more recent `@extend_schema` example, new `OpenApiExample` that includes `request_only=True` addition, and warning to update all requests in one endpoint in the same PR if multiple requests in the endpoint previously used manual JSON build.
Co-authored-by: Michi Hoffmann <[email protected]>
Co-authored-by: Karl Heinz Struggl <[email protected]>
Mention new insufficient_data reason for client discard introduced in getsentry/snuba#4407.
Adds the optional monitor_config and contexts to the check-in payload
Clarify that origin should rarely change.
- Handle multiple connections (as we have those now) - Make all imports self contained so that the example is easier to copy/paste.
* updated ttid/ttfd docs for app start timestamp and measurements --------- Co-authored-by: Philipp Hofmann <[email protected]>
* docs(issue-platform): Add docs for writing a detector This adds docs for writing a new detector for the issue platform. Content taken from https://www.notion.so/sentry/New-Issues-Vertical-Team-Guide-b4b57f027be949908cbcb8351c171306#78fae32e7bac457987d615235f5d4666 * small fix * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Dameli Ushbayeva <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx Co-authored-by: Matt Quinn <[email protected]> * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * Update src/docs/issue-platform-detectors.mdx * fix code blocks and remove unused screenshot * add titles --------- Co-authored-by: Dameli Ushbayeva <[email protected]> Co-authored-by: Matt Quinn <[email protected]>
Add in-line serializer example
…t mutation section (#997)
…1284) Documents the conditions for collecting span metrics to satisfy the screen loads module. The screen loads module filters for specifically ui.load transactions and will surface data from the following spans.
propogate -> propagate
* Made more easy to read * Updated outdataed information
- explain required vs. optional parameters - clean up structure - add more detail to example
Co-authored-by: Mark Story <[email protected]>
Added three missing categories, sorted the list of categories and formatted the doc.
move develoer docs content to sdk docs
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
stephanie-anderson
approved these changes
Jun 10, 2024
a-hariti
added a commit
that referenced
this pull request
Jun 10, 2024
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.
Port developer docs content as is (along with git blame history) as per @lforst's suggestion to split this migration into two steps
cutoff point db8730b