Skip to content

Commit a262b79

Browse files
committed
Replace remaining link tags with native markdown
1 parent d812c4b commit a262b79

File tree

142 files changed

+825
-850
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+825
-850
lines changed

src/_includes/learn-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% capture __alert_content -%}
22
This page will provide you with details that are very specific to the platform. To learn how to use our unified
3-
SDKs in general, please visit the [Error Reporting]({%- link _documentation/error-reporting/quickstart.md -%}?platform={{ include.platform }}), [Enriching Error Data]({%- link _documentation/enriching-error-data/additional-data.md -%}?platform={{ include.platform }}), [Releases]({%- link _documentation/workflow/releases/index.md -%}?platform={{ include.platform }}), and [Data Management]({%- link _documentation/data-management/event-grouping/index.md -%}?platform={{ include.platform }}) sections.
3+
SDKs in general, please visit the [Error Reporting](/error-reporting/quickstart/?platform={{ include.platform }}), [Enriching Error Data](/enriching-error-data/additional-data/?platform={{ include.platform }}), [Releases](/workflow/releases/?platform={{ include.platform }}), and [Data Management](/data-management/event-grouping/?platform={{ include.platform }}) sections.
44
{%- endcapture -%}
55
{%- include components/alert.html
66
title="Learn about SDK usage"

src/_includes/platforms/configure-releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A release is a version of your code that you deploy to an environment. When you
77

88
After configuring your SDK, setting up releases is a 2-step process:
99

10-
1. [Create Release and Associate Commits]({%- link _documentation/workflow/releases/index.md -%}#create-release)
11-
2. [Tell Sentry When You Deploy a Release]({%- link _documentation/workflow/releases/index.md -%}#create-deploy)
10+
1. [Create Release and Associate Commits](/workflow/releases/#create-release)
11+
2. [Tell Sentry When You Deploy a Release](/workflow/releases/#create-deploy)
1212

1313
For more information, see [Releases Are Better With Commits](https://blog.sentry.io/2017/05/01/release-commits.html).

src/_includes/platforms/fingerprints.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ aggressive, you can do that as well by adding the special
1010
string `{{default}}` as one of the items.
1111
{% endraw %}
1212

13-
For code samples, see [Grouping & Fingerprints]({%- link
14-
_documentation/data-management/event-grouping/index.md
15-
-%}?platform=python#use-cases).
13+
For code samples, see [Grouping & Fingerprints](/data-management/event-grouping/?platform=python#use-cases).
1614

1715
For more information, see [Aggregate Errors with Custom
1816
Fingerprints](https://blog.sentry.io/2018/01/18/setting-up-custom-fingerprints).

src/_includes/platforms/upload-debug-info.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ Unless you are uploading Breakpad symbols, be sure to also include the binaries
1616
when uploading files to Sentry.
1717

1818
For more information on uploading debug information and their supported formats,
19-
see [Debug Information Files]({%- link _documentation/workflow/debug-files.md
20-
-%}).
19+
see [Debug Information Files](/workflow/debug-files/).

src/collections/_dev_components/markdown-styleguide/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: Links
33
---
44

55
```liquid
6-
{% raw %}[Alt text]({%- link _documentation/path/to/document.md -%}){% endraw %}
6+
{% raw %}[Alt text](/path/to/document/){% endraw %}
77
```

src/collections/_documentation/accounts/pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Business and Enterprise plans have the option to configure rate limits for each
5454

5555
## Managing your event volume
5656

57-
If your projects have a high volume of events, you can control how many errors Sentry receives by reviewing Sentry's guide to [Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}).
57+
If your projects have a high volume of events, you can control how many errors Sentry receives by reviewing Sentry's guide to [Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/).
5858

5959
## FAQ
6060

@@ -90,6 +90,6 @@ Your plan will continue until the end of the current billing cycle. After this,
9090

9191
`Where can I find my previous invoices/receipts?`
9292

93-
Users with the role of [Billing or Owner]({%- link _documentation/accounts/membership.md -%}) can find all previous invoices by going to the Organization dropdown (top-left) > Usage & Billing > Usage & Payments > Receipts.
93+
Users with the role of [Billing or Owner](/accounts/membership/) can find all previous invoices by going to the Organization dropdown (top-left) > Usage & Billing > Usage & Payments > Receipts.
9494

9595
Note: You must have either `Billing` or `Owner` permissions to access and/or make changes to information on this page. If you don't have those permissions, or you are not a member of the organization in Sentry, please reach out to a Billing member or an Owner to obtain invoices.

src/collections/_documentation/accounts/quotas/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,34 @@ Sentry completes a thorough evaluation of each event to determine if it counts t
2020

2121
1. **SDK configuration**
2222

23-
The SDK configuration either allows the event or filters the event out. For more information, see [Outbound Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#outbound-filters) or [Filtering Events]({%- link _documentation/error-reporting/configuration/filtering.md -%}).
23+
The SDK configuration either allows the event or filters the event out. For more information, see [Outbound Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#outbound-filters) or [Filtering Events](/error-reporting/configuration/filtering/).
2424

2525
2. **SDK sample rate**
2626

2727
If a sample rate is defined for the SDK, the SDK evaluates whether this event should be sent as a representative fraction of events. Setting a sample rate is documented for each SDK. The SDK sample rate is not dynamic; changing it requires re-deployment. In addition, setting an SDK sample rate limits visibility into the source of events. Setting a rate limit for your project may better suit your needs.
2828

2929
3. **Quota availability**
3030

31-
Events that exceed your quota are not sent. To add to your quota or review what happens when you exceed it, see [Increasing Quotas]({%- link _documentation/accounts/quotas/index.md -%}#increasing-quotas).
31+
Events that exceed your quota are not sent. To add to your quota or review what happens when you exceed it, see [Increasing Quotas](/accounts/quotas/#increasing-quotas).
3232

3333
4. **Event repetition**
3434
- If you have intervened to Delete and Discard an issue, then _future_ events with the same fingerprint do not count toward your quota.
3535
- If the previous event was resolved, this event counts toward your quota because it may represent a regression in your code.
36-
- If you have intervened to ignore alerts about events with the same fingerprint, this event counts toward your quota because the event is still occurring. For more information, see [Inbound Filters]({%- link _documentation/accounts/quotas/index.md -%}#inbound-data-filters).
36+
- If you have intervened to ignore alerts about events with the same fingerprint, this event counts toward your quota because the event is still occurring. For more information, see [Inbound Filters](/accounts/quotas/#inbound-data-filters).
3737

3838
5. **Spike protection**
3939

40-
Sentry’s spike protection prevents huge overages from consuming your event capacity. For more information, see [Spike Protection]({%- link _documentation/accounts/quotas/index.md -%}#spike-protection).
40+
Sentry’s spike protection prevents huge overages from consuming your event capacity. For more information, see [Spike Protection](/accounts/quotas/#spike-protection).
4141

4242
In addition, depending on your project’s configuration and the plan you subscribe to, Sentry may also check:
4343

4444
6. **Rate limit for the project**
4545

46-
If the rate limit for the project has been exceeded, and your subscription allows, the event will not be counted. For more information, see [Rate Limiting in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#4-rate-limiting) or [Rate Limiting Projects]({%- link _documentation/accounts/quotas/index.md -%}#id1).
46+
If the rate limit for the project has been exceeded, and your subscription allows, the event will not be counted. For more information, see [Rate Limiting in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#4-rate-limiting) or [Rate Limiting Projects](/accounts/quotas/#id1).
4747

4848
7. **Inbound filters**
4949

50-
If any inbound filter is set for this type of event, and your subscription allows, the event will not be counted. For more information, see [Inbound Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#inbound-data-filters) or [Inbound Data Filter]({%- link _documentation/accounts/quotas/index.md -%}#inbound-data-filters).
50+
If any inbound filter is set for this type of event, and your subscription allows, the event will not be counted. For more information, see [Inbound Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#inbound-data-filters) or [Inbound Data Filter](/accounts/quotas/#inbound-data-filters).
5151

5252
After these checks are processed, the event counts toward your quota. It is accepted into Sentry, where it persists and is stored.
5353

@@ -130,15 +130,15 @@ After these checks are processed, the event counts toward your quota. It is acce
130130

131131
Add to your quota at any time during your billing period, either by upgrading to a higher tier or by increasing your on-demand capacity. While the available plans fit most individual and business needs, Sentry is designed to handle large throughput. If your team needs more, we’re happy to help. Reach out to our sales team at [[email protected]](mailto:sales%40sentry.io) to learn more about increasing capacity.
132132

133-
If you’ve exceeded your quota threshold, the server will respond with a 429 HTTP status code. However, if this is your first time exceeding quota, you'll be entered into a one-time grace period. For more information, see this [Help article](https://help.sentry.io/hc/en-us/articles/115000154554-What-happens-when-I-run-out-of-event-capacity-and-a-grace-period-is-triggered-). In addition, you can specify a spending cap for on-demand capacity if you need additional events; for example, if you’re rolling out a new version and anticipate more events this month. For more information, see [On-Demand Spending Cap]({%- link _documentation/accounts/pricing.md -%}#on-demand-cap).
133+
If you’ve exceeded your quota threshold, the server will respond with a 429 HTTP status code. However, if this is your first time exceeding quota, you'll be entered into a one-time grace period. For more information, see this [Help article](https://help.sentry.io/hc/en-us/articles/115000154554-What-happens-when-I-run-out-of-event-capacity-and-a-grace-period-is-triggered-). In addition, you can specify a spending cap for on-demand capacity if you need additional events; for example, if you’re rolling out a new version and anticipate more events this month. For more information, see [On-Demand Spending Cap](/accounts/pricing/#on-demand-cap).
134134

135135
## Rate Limiting Projects {#id1}
136136

137137
Per-key rate limits allow you to set the maximum volume of events a key will accept during a period of time.
138138

139139
For example, you may have a project in production that generates a lot of noise. A rate limit allows you to set the maximum amount of data to “500 events per minute”. Additionally, you can create a second key for the same project for your staging environment, which is unlimited, ensuring your QA process is still untouched.
140140

141-
To set up rate limits, navigate to **[Project] » Client Keys » Configure**. Select an individual key or create a new one, then you’ll be able to define a rate limit as well as view a breakdown of events received by that key. For additional information and examples, see [Rate Limiting in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#4-rate-limiting).
141+
To set up rate limits, navigate to **[Project] » Client Keys » Configure**. Select an individual key or create a new one, then you’ll be able to define a rate limit as well as view a breakdown of events received by that key. For additional information and examples, see [Rate Limiting in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#4-rate-limiting).
142142

143143
{% include components/alert.html
144144
title="Note"
@@ -158,7 +158,7 @@ In some cases, the data you’re receiving in Sentry is hard to filter, or you d
158158
- From specific release versions of your code
159159
- From certain IP addresses.
160160

161-
Explore these by navigating to **[Project] » Project Settings » Inbound Filters**. Commonly-set filters are discussed here for your quick reference. For additional information and examples, see [Inbound Data Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#inbound-data-filters). Commonly-set filters include:
161+
Explore these by navigating to **[Project] » Project Settings » Inbound Filters**. Commonly-set filters are discussed here for your quick reference. For additional information and examples, see [Inbound Data Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#inbound-data-filters). Commonly-set filters include:
162162

163163
*IP Filters.* If you have a rogue client, Sentry supports blocking an IP from sending data. Navigate to **[Project] » Project Settings » Inbound Filters** to add the IP addresses (or subnets) to **Filter errors from these IP addresses**.
164164

src/collections/_documentation/accounts/sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ When prompted with the Rippling Metadata URL, copy this into the Sentry Rippling
9898

9999
#### Custom SAML2 Integration
100100

101-
For other SAML2 SSO providers not listed above, Sentry provides generic connectors for [SAML2 based authentication]({%- link _documentation/accounts/saml2.md -%}), which may be configured manually.
101+
For other SAML2 SSO providers not listed above, Sentry provides generic connectors for [SAML2 based authentication](/accounts/saml2/), which may be configured manually.

src/collections/_documentation/api/events/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ title: Events
55
---
66

77

8-
- [List a Project's Events]({%- link _documentation/api/events/get-project-events.md -%})
9-
- [Retrieve an Event for a Project]({%- link _documentation/api/events/get-project-event-details.md -%})
10-
- [List a Project's Issues]({%- link _documentation/api/events/get-project-group-index.md -%})
11-
- [Bulk Mutate a List of Issues]({%- link _documentation/api/events/put-project-group-index.md -%})
12-
- [Bulk Remove a List of Issues]({%- link _documentation/api/events/delete-project-group-index.md -%})
13-
- [Retrieve an Issue]({%- link _documentation/api/events/get-group-details.md -%})
14-
- [Update an Issue]({%- link _documentation/api/events/put-group-details.md -%})
15-
- [Remove an Issue]({%- link _documentation/api/events/delete-group-details.md -%})
16-
- [List an Issue's Events]({%- link _documentation/api/events/get-group-events.md -%})
17-
- [Retrieve the Latest Event for an Issue]({%- link _documentation/api/events/get-group-events-latest.md -%})
18-
- [Retrieve the Oldest Event for an Issue]({%- link _documentation/api/events/get-group-events-oldest.md -%})
19-
- [List an Issue's Hashes]({%- link _documentation/api/events/get-group-hashes.md -%})
20-
- [Retrieve Tag Details]({%- link _documentation/api/events/get-group-tag-key-details.md -%})
21-
- [List a Tag's Values]({%- link _documentation/api/events/get-group-tag-key-values.md -%})
8+
- [List a Project's Events](/api/events/get-project-events/)
9+
- [Retrieve an Event for a Project](/api/events/get-project-event-details/)
10+
- [List a Project's Issues](/api/events/get-project-group-index/)
11+
- [Bulk Mutate a List of Issues](/api/events/put-project-group-index/)
12+
- [Bulk Remove a List of Issues](/api/events/delete-project-group-index/)
13+
- [Retrieve an Issue](/api/events/get-group-details/)
14+
- [Update an Issue](/api/events/put-group-details/)
15+
- [Remove an Issue](/api/events/delete-group-details/)
16+
- [List an Issue's Events](/api/events/get-group-events/)
17+
- [Retrieve the Latest Event for an Issue](/api/events/get-group-events-latest/)
18+
- [Retrieve the Oldest Event for an Issue](/api/events/get-group-events-oldest/)
19+
- [List an Issue's Hashes](/api/events/get-group-hashes/)
20+
- [Retrieve Tag Details](/api/events/get-group-tag-key-details/)
21+
- [List a Tag's Values](/api/events/get-group-tag-key-values/)

0 commit comments

Comments
 (0)